Lines Matching refs:get
41 JSFunction::cast(native_context.get(constructor_function_index));
54 return JSFunction::cast(native_context.get(constructor_function_index));
442 // Ensure the descriptor array does not get too big.
473 // Ensure the descriptor array does not get too big.
996 native_context.get(Context::ArrayMapIndex(to_kind));
1596 Handle<Map> function_map(Map::cast(isolate->native_context()->get(
1985 !current_pair->get(ACCESSOR_GETTER).IsNull(isolate) &&
1986 current_pair->get(ACCESSOR_GETTER) != *getter) {
1990 !current_pair->get(ACCESSOR_SETTER).IsNull(isolate) &&
1991 current_pair->get(ACCESSOR_SETTER) != *setter) {