Searched refs:script_handle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dmessages.cc54 Handle<Object> script_handle = factory->undefined_value(); local
58 script_handle = Script::GetWrapper(loc->script());
70 script_handle,
H A Dliveedit.h94 Handle<Object> script_handle);
H A Dliveedit.cc1243 Handle<Object> script_handle) {
1246 CHECK(script_handle->IsScript() || script_handle->IsUndefined());
1247 shared_info->set_script(*script_handle);
1242 SetFunctionScript(Handle<JSValue> function_wrapper, Handle<Object> script_handle) argument
H A Druntime.cc13532 Handle<Script> script_handle = Handle<Script>(Script::cast(script->value()));
13536 isolate, result, LiveEdit::GatherCompileInfo(script_handle, source));
13559 Handle<Script> script_handle = Handle<Script>::cast(old_script);
13560 return *Script::GetWrapper(script_handle);

Completed in 2731 milliseconds