Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc2246 Node* scope_info_idx = __ BytecodeOperandIdx(2); in DoCreateCatchContext() local
2247 Node* scope_info = __ LoadConstantPoolEntry(scope_info_idx); in DoCreateCatchContext()
2275 Node* scope_info_idx = __ BytecodeOperandIdx(1); in DoCreateWithContext() local
2276 Node* scope_info = __ LoadConstantPoolEntry(scope_info_idx); in DoCreateWithContext()