Searched refs:script_object (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObject.cpp824 NPObject* script_object = object_result.value.objectValue; local
838 browser->invoke(obj->npp, script_object, object_method, invoke_args, 1, &object_method_result);
/external/v8/src/
H A Dd8.cc760 i::Handle<i::Script> script_object = compiled_script->IsJSFunction() local
765 script_object->set_type(i::Smi::FromInt(i::Script::TYPE_NATIVE));
H A Druntime.cc12448 Handle<Object> script_object(args[1], isolate);
12452 if (script_object->IsJSValue()) {
12453 RUNTIME_ASSERT(JSValue::cast(*script_object)->value()->IsScript());
12454 Script* script = Script::cast(JSValue::cast(*script_object)->value());
12455 script_object = Handle<Object>(script, isolate);
12458 LiveEdit::SetFunctionScript(function_wrapper, script_object);

Completed in 104 milliseconds