Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp56 static ets_int GetEnv([[maybe_unused]] EtsVM *vm, EtsEnv **pEnv, [[maybe_unused]] ets_int version) in GetEnv() function
Dets_napi.h499 ets_int (*GetEnv)(EtsVM *vm, EtsEnv **pEnv, ets_int version); member
512 ets_int GetEnv(EtsEnv **pEnv, ets_int version) in GetEnv() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp280 JSTaggedValue FrameHandler::GetEnv() const in GetEnv() function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/
Dframes.h843 inline JSTaggedValue GetEnv() const in GetEnv() function
1094 JSTaggedValue GetEnv() const in GetEnv() function
Djs_thread.h1461 void *GetEnv() const in GetEnv() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp164 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4167 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv() function in panda::JSNApi