HomeSort by relevance Sort by last modified time
    Searched full:js_trampoline (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/wasm/
test-wasm-stack.cc 99 Handle<JSFunction> js_trampoline = Handle<JSFunction>::cast( local
110 Execution::TryCall(isolate, js_trampoline, global, 1, args, &maybe_exc);
143 Handle<JSFunction> js_trampoline = Handle<JSFunction>::cast( local
154 Execution::TryCall(isolate, js_trampoline, global, 1, args, &maybe_exc);
test-wasm-trap-position.cc 77 Handle<JSFunction> js_trampoline = Handle<JSFunction>::cast( local
88 Execution::TryCall(isolate, js_trampoline, global, 1, args, &maybe_exc);
118 Handle<JSFunction> js_trampoline = Handle<JSFunction>::cast( local
129 Execution::TryCall(isolate, js_trampoline, global, 1, args, &maybe_exc);

Completed in 2707 milliseconds