Lines Matching refs:get
424 // If the object is undefined or null it's illegal to try to get any
538 Handle<Object> result(script_context->get(lookup_result.slot_index),
677 // Filter out deprecated maps to ensure their instances get migrated.
1414 // Filter out deprecated maps to ensure their instances get migrated.
1704 Handle<Object> previous_value(script_context->get(lookup_result.slot_index),
1820 // of StoreIC so their logic doesn't get mixed here.
1893 // of StoreIC so their logic doesn't get mixed here.
2496 // so the logic doesn't get mixed here.
2568 // so the logic doesn't get mixed here.
2976 Handle<Object> previous_value(script_context->get(lookup_result.slot_index),
3008 // installed in feedback vectors. In such cases, we need to get the kind from
3408 // TODO(verwaest): This should probably get the holder and receiver as input.