Searched defs:calling (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-debug.cc5579 // Function to retrieve the number of JavaScript frames by calling a JavaScript
5588 // Function to retrieve the source line of the top JavaScript frame by calling a
6814 // Set the debug break flag before calling the code using function.apply.
6835 // Property getter that checks that current and calling contexts
6844 v8::Handle<v8::Context> calling = info.GetIsolate()->GetCallingContext(); local
6845 CHECK(calling == debugee_context);
6846 CHECK(calling != debugger_context);
/external/v8/src/
H A Dapi.cc716 // NeanderObject constructor. When you add one to the site calling the
749 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
751 // site calling this method you should check that you ensured the VM was not
6382 i::Handle<i::Object> calling = isolate->GetCallingNativeContext(); local
6383 if (calling.is_null()) return Local<Context>();
6384 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));

Completed in 179 milliseconds