Searched refs:GetUnboundScript (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ScriptRunner.cpp168 TRACE_EVENT1("v8", "v8.run", "fileName", TRACE_STR_COPY(*v8::String::Utf8Value(script->GetUnboundScript()->GetScriptName())));
H A DScriptDebugServer.cpp674 *scriptId = String::number(script->GetUnboundScript()->GetId());
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc1639 script_b->GetUnboundScript()->GetId(), 1, 1);
1642 script_b->GetUnboundScript()->GetId(), 3, 16);
1645 script_a->GetUnboundScript()->GetId(), 2, 1);
1648 script_a->GetUnboundScript()->GetId(), 3, 14);
H A Dtest-profile-generator.cc665 CHECK_EQ(script_b->GetUnboundScript()->GetId(), current->GetScriptId());
669 CHECK_EQ(script_a->GetUnboundScript()->GetId(), current->GetScriptId());
H A Dtest-api.cc17600 CHECK_EQ(scriptIdInStack[i], script->GetUnboundScript()->GetId());
18577 CHECK_EQ(script->GetUnboundScript()->GetId(), foo->ScriptId());
18578 CHECK_EQ(script->GetUnboundScript()->GetId(), bar->ScriptId());
22861 Local<Value> script_name = script->GetUnboundScript()->GetScriptName();
22866 int line_number = script->GetUnboundScript()->GetLineNumber(0);
22875 v8::String::Utf8Value url(script->GetUnboundScript()->GetSourceURL());
22878 CHECK(script->GetUnboundScript()->GetSourceURL()->IsUndefined());
22882 script->GetUnboundScript()->GetSourceMappingURL());
22885 CHECK(script->GetUnboundScript()->GetSourceMappingURL()->IsUndefined());
H A Dtest-debug.cc1655 int script_id = script->GetUnboundScript()->GetId();
/external/chromium_org/v8/include/
H A Dv8.h1007 Local<UnboundScript> GetUnboundScript();
1009 V8_DEPRECATED("Use GetUnboundScript()->GetId()",
1011 return GetUnboundScript()->GetId();
/external/chromium_org/v8/src/
H A Dapi.cc1696 Local<UnboundScript> Script::GetUnboundScript() { function in class:v8::Script

Completed in 475 milliseconds