Home
last modified time | relevance | path

Searched defs:GetCurrent (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dnode_realm-inl.h11 inline Realm* Realm::GetCurrent(v8::Isolate* isolate) { in GetCurrent() function
17 inline Realm* Realm::GetCurrent(v8::Local<v8::Context> context) { in GetCurrent() function
23 inline Realm* Realm::GetCurrent( in GetCurrent() function
29 inline Realm* Realm::GetCurrent(const v8::PropertyCallbackInfo<T>& info) { in GetCurrent() function
Denv-inl.h174 inline Environment* Environment::GetCurrent(v8::Isolate* isolate) { in GetCurrent() function
180 inline Environment* Environment::GetCurrent(v8::Local<v8::Context> context) { in GetCurrent() function
189 inline Environment* Environment::GetCurrent( in GetCurrent() function
195 inline Environment* Environment::GetCurrent( in GetCurrent() function
/third_party/node/deps/v8/src/objects/
Dprototype.h51 T GetCurrent() const { in GetCurrent() function
57 static Handle<T> GetCurrent(const PrototypeIterator& iterator) { in GetCurrent() function
/third_party/cef/libcef_dll/ctocpp/
Dv8stack_trace_ctocpp.cc22 CefRefPtr<CefV8StackTrace> CefV8StackTrace::GetCurrent(int frame_limit) { in GetCurrent() function in CefV8StackTrace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp122 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/third_party/cef/libcef/renderer/
Dv8_impl.cc2463 CefRefPtr<CefV8StackTrace> CefV8StackTrace::GetCurrent(int frame_limit) { in GetCurrent() function in CefV8StackTrace
/third_party/node/deps/v8/src/api/
Dapi.cc8572 Isolate* Isolate::GetCurrent() { in GetCurrent() function in v8::Isolate