Changeset 238162 in webkit for trunk/Source/JavaScriptCore/tools/JSDollarVM.cpp
- Timestamp:
- Nov 13, 2018, 8:57:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tools/JSDollarVM.cpp
r237469 r238162 1947 1947 VM& vm = exec->vm(); 1948 1948 RELEASE_ASSERT(vm.typeProfiler()); 1949 vm.typeProfilerLog()->processLogEntries( "jsc Testing API: functionFindTypeForExpression"_s);1949 vm.typeProfilerLog()->processLogEntries(vm, "jsc Testing API: functionFindTypeForExpression"_s); 1950 1950 1951 1951 JSValue functionValue = exec->argument(0); … … 1966 1966 VM& vm = exec->vm(); 1967 1967 RELEASE_ASSERT(vm.typeProfiler()); 1968 vm.typeProfilerLog()->processLogEntries( "jsc Testing API: functionReturnTypeFor"_s);1968 vm.typeProfilerLog()->processLogEntries(vm, "jsc Testing API: functionReturnTypeFor"_s); 1969 1969 1970 1970 JSValue functionValue = exec->argument(0);
Note:
See TracChangeset
for help on using the changeset viewer.