Changeset 215896 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Apr 27, 2017, 3:37:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r215843 r215896 3192 3192 CRASH(); 3193 3193 3194 Ref<Wasm::BBQPlan> plan = adoptRef(*new Wasm::BBQPlan( vm, static_cast<uint8_t*>(source->vector()), source->length(), Wasm::BBQPlan::FullCompile, Wasm::Plan::dontFinalize()));3194 Ref<Wasm::BBQPlan> plan = adoptRef(*new Wasm::BBQPlan(nullptr, static_cast<uint8_t*>(source->vector()), source->length(), Wasm::BBQPlan::FullCompile, Wasm::Plan::dontFinalize())); 3195 3195 Wasm::ensureWorklist().enqueue(plan.copyRef()); 3196 3196 Wasm::ensureWorklist().completePlanSynchronously(plan.get());
Note:
See TracChangeset
for help on using the changeset viewer.