Home | History | Annotate | Download | only in src

Lines Matching refs:calling

270  * which you sometimes can't avoid calling after the vm has crashed.  Functions
890 // NeanderObject constructor. When you add one to the site calling the
925 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
927 // site calling this method you should check that you ensured the VM was not
5694 i::Handle<i::Object> calling =
5696 if (calling.is_null()) return Local<Context>();
5697 i::Handle<i::Context> context = i::Handle<i::Context>::cast(calling);