Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc585 size_t scope_info_index = GetConstantPoolEntry(scope_info); in CreateCatchContext() local
586 OutputCreateCatchContext(exception, name_index, scope_info_index); in CreateCatchContext()
597 size_t scope_info_index = GetConstantPoolEntry(scope_info); in CreateWithContext() local
598 OutputCreateWithContext(object, scope_info_index); in CreateWithContext()