HomeSort by relevance Sort by last modified time
    Searched defs:calling (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/renderer/
script_context_set.cc 57 v8::Local<v8::Context> calling = isolate->GetCallingContext(); local
58 return calling.IsEmpty() ? NULL : GetByV8Context(calling);
77 // We copy the context list, because calling into javascript may modify it
  /external/chromium_org/v8/test/cctest/
test-debug.cc 6844 v8::Handle<v8::Context> calling = info.GetIsolate()->GetCallingContext(); local
    [all...]
  /external/chromium_org/v8/src/
api.cc 716 // 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
    [all...]

Completed in 1070 milliseconds