HomeSort by relevance Sort by last modified time
    Searched defs:calling (Results 1 - 4 of 4) 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
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 49 ClassLoader calling = VMStack.getCallingClassLoader(); local
50 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
281 * Parks the calling thread for the specified amount of time,
  /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 1142 milliseconds