Searched defs:currentContext (Results 1 – 9 of 9) sorted by relevance
48 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext
90 Local<Context> currentContext = isolate->GetCurrentContext(); in CreateHook() local138 Local<Context> currentContext = hooks->isolate_->GetCurrentContext(); in ShellPromiseHook() local
51 private Context2 currentContext; // Current point on the double-linked stack field in NamespaceSupport2
184 EGLContext currentContext = eglGetCurrentContext(); in Initialize() local212 EGLContext currentContext = eglGetCurrentContext(); in Uninitialize() local
1057 EGLContext currentContext = mEgl.eglGetCurrentContext(); in verifyContext() local
59 currentContext: function() {}, method
53 currentContext: function() {}, method
3942 static IMutableContext *currentContext; member8351 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext
6940 Context* currentContext = CATCH_NULL; variable