Home | History | Annotate | Download | only in src

Lines Matching defs:GetCurrentContext

203       ->GetCurrentContext();
2222 auto context = v8_isolate->GetCurrentContext();
2489 auto context = v8_isolate->GetCurrentContext();
2656 auto context = reinterpret_cast<v8::Isolate*>(isolate_)->GetCurrentContext();
3576 RETURN_TO_LOCAL_UNCHECKED(ToString(isolate->GetCurrentContext()), String);
3592 RETURN_TO_LOCAL_UNCHECKED(ToDetailString(isolate->GetCurrentContext()),
3610 RETURN_TO_LOCAL_UNCHECKED(ToObject(isolate->GetCurrentContext()), Object);
3624 return ToBoolean(v8_isolate->GetCurrentContext()).ToLocalChecked();
3640 RETURN_TO_LOCAL_UNCHECKED(ToNumber(isolate->GetCurrentContext()), Number);
3657 RETURN_TO_LOCAL_UNCHECKED(ToInteger(isolate->GetCurrentContext()), Integer);
3674 RETURN_TO_LOCAL_UNCHECKED(ToInt32(isolate->GetCurrentContext()), Int32);
3691 RETURN_TO_LOCAL_UNCHECKED(ToUint32(isolate->GetCurrentContext()), Uint32);
5090 return Function::New(v8_isolate->GetCurrentContext(), callback, data, length,
5097 return NewInstance(Isolate::GetCurrent()->GetCurrentContext(), 0, NULL)
6994 auto context = isolate->GetCurrentContext();
7044 auto context = isolate->GetCurrentContext();
7350 RETURN_TO_LOCAL_UNCHECKED(New(isolate->GetCurrentContext()),
8007 v8::Local<v8::Context> Isolate::GetCurrentContext() {
8878 Local<Context> context = v8_isolate->GetCurrentContext();
8900 Local<Context> context = v8_isolate->GetCurrentContext();