Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
Detsnative_library_path_test.cpp69 inline EtsEnv *GetEnv() in GetEnv() function in ark::ets::test::EtsNativeLibraryPathTest
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp58 static ets_int GetEnv([[maybe_unused]] EtsVM *vm, EtsEnv **pEnv, [[maybe_unused]] ets_int version) in GetEnv() function
Dets_napi.h500 ets_int (*GetEnv)(EtsVM *vm, EtsEnv **pEnv, ets_int version); member
513 ets_int GetEnv(EtsEnv **pEnv, ets_int version) in GetEnv() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp295 JSTaggedValue FrameHandler::GetEnv() const in GetEnv() function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/
Dframes.h871 inline JSTaggedValue GetEnv() const in GetEnv() function
1121 JSTaggedValue GetEnv() const in GetEnv() function
Djs_thread.h1524 void *GetEnv() const in GetEnv() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp165 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4417 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv() function in panda::JSNApi