Home | History | Annotate | Download | only in src

Lines Matching defs:calling

1008 // NeanderObject constructor.  When you add one to the site calling the
1041 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
1043 // site calling this method you should check that you ensured the VM was not
4059 // Convert the key to a name - possibly by calling back into JavaScript.
7176 i::Handle<i::Object> calling = isolate->GetCallingNativeContext();
7177 if (calling.is_null()) return Local<Context>();
7178 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));
8207 i::Handle<i::Object> calling = i_isolate->GetCallingNativeContext();
8208 if (calling.is_null()) return MaybeLocal<Context>();
8209 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));