Home | History | Annotate | Download | only in compiler

Lines Matching defs:lookup_result

2308   ScriptContextTable::LookupResult lookup_result;
2310 Handle<String>::cast(name), &lookup_result)) {
2314 script_context_table, lookup_result.context_index);
2316 result->immutable = lookup_result.mode == CONST;
2317 result->index = lookup_result.slot_index;