Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc746 isolate->factory()->CopyBytecodeArray(original_bytecode_array); in InstallDebugBytecode()
/third_party/node/deps/v8/src/heap/
Dfactory.h708 Handle<BytecodeArray> CopyBytecodeArray(Handle<BytecodeArray>);
Dfactory.cc2403 Handle<BytecodeArray> Factory::CopyBytecodeArray(Handle<BytecodeArray> source) { in CopyBytecodeArray() function in v8::internal::Factory