Lines Matching refs:script_context
315 Handle<Context> script_context(isolate->context()->script_context(), isolate); in RUNTIME_FUNCTION() local
316 DCHECK(script_context->IsScriptContext()); in RUNTIME_FUNCTION()
317 DCHECK(script_context->get(slot)->IsPropertyCell()); in RUNTIME_FUNCTION()
320 Handle<ScopeInfo> scope_info(script_context->scope_info(), isolate); in RUNTIME_FUNCTION()
322 Handle<JSGlobalObject> global_object(script_context->global_object(), in RUNTIME_FUNCTION()
332 script_context->set(slot, *cell); in RUNTIME_FUNCTION()
336 script_context->set(slot, isolate->heap()->empty_property_cell()); in RUNTIME_FUNCTION()
350 Handle<Context> script_context(isolate->context()->script_context(), isolate); in StoreGlobalViaContext() local
351 DCHECK(script_context->IsScriptContext()); in StoreGlobalViaContext()
352 DCHECK(script_context->get(slot)->IsPropertyCell()); in StoreGlobalViaContext()
355 Handle<ScopeInfo> scope_info(script_context->scope_info(), isolate); in StoreGlobalViaContext()
357 Handle<JSGlobalObject> global_object(script_context->global_object(), in StoreGlobalViaContext()
367 script_context->set(slot, *cell); in StoreGlobalViaContext()
371 script_context->set(slot, isolate->heap()->empty_property_cell()); in StoreGlobalViaContext()