Searched refs:debug_bytecode_array (Results 1 – 2 of 2) sorted by relevance
200 BytecodeArray* debug_bytecode_array = nullptr; in SerializeObject() local205 debug_bytecode_array = debug_info->DebugBytecodeArray(); in SerializeObject()221 if (debug_bytecode_array != nullptr) { in SerializeObject()222 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObject()
1203 Handle<BytecodeArray> debug_bytecode_array = in PrepareFunctionForDebugExecution() local1205 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()