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

/external/v8/test/cctest/
H A Dtest-debug.cc5364 // Function to retrieve the number of JavaScript frames by calling a JavaScript
5374 // Function to retrieve the source line of the top JavaScript frame by calling a
6856 // Set the debug break flag before calling the code using function.apply.
6877 // Property getter that checks that current and calling contexts
6886 v8::Handle<v8::Context> calling = v8::Context::GetCalling(); local
6887 CHECK(calling == debugee_context);
6888 CHECK(calling != debugger_context);
/external/v8/src/
H A Dapi.cc257 * which you sometimes can't avoid calling after the vm has crashed. Functions
817 // NeanderObject constructor. When you add one to the site calling the
852 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
854 // site calling this method you should check that you ensured the VM was not
4427 i::Handle<i::Object> calling = local
4429 if (calling.is_null()) return Local<Context>();
4430 i::Handle<i::Context> context = i::Handle<i::Context>::cast(calling);

Completed in 125 milliseconds