Home
last modified time | relevance | path

Searched refs:set_bytecode_and_trampoline (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-regexp.h76 void set_bytecode_and_trampoline(Isolate* isolate,
Djs-regexp.cc177 void JSRegExp::set_bytecode_and_trampoline(Isolate* isolate, in set_bytecode_and_trampoline() function in v8::internal::JSRegExp
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc120 re->set_bytecode_and_trampoline(isolate, compilation_result->bytecode); in Compile()