Home | History | Annotate | Download | only in src

Lines Matching refs:script_object

13375   Handle<Object> script_object(args[1], isolate);
13379 if (script_object->IsJSValue()) {
13380 RUNTIME_ASSERT(JSValue::cast(*script_object)->value()->IsScript());
13381 Script* script = Script::cast(JSValue::cast(*script_object)->value());
13382 script_object = Handle<Object>(script, isolate);
13385 LiveEdit::SetFunctionScript(function_wrapper, script_object);