Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
Detsnative_library_path_test.cpp71 inline EtsEnv *GetEnv() in GetEnv() function in ark::ets::test::EtsNativeLibraryPathTest
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp153 NO_UB_SANITIZE static ani_status GetEnv(ani_vm *vm, uint32_t version, ani_env **result) in GetEnv() function
Dani.h225 ani_status (*GetEnv)(ani_vm *vm, uint32_t version, ani_env **result); member
5761 ani_status GetEnv(uint32_t version, ani_env **result) in GetEnv() function
/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.h518 ets_int (*GetEnv)(EtsVM *vm, EtsEnv **pEnv, ets_int version); member
534 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.h898 inline JSTaggedValue GetEnv() const in GetEnv() function
1148 JSTaggedValue GetEnv() const in GetEnv() function
Djs_thread.h1883 void *GetEnv() const in GetEnv() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp170 JSTaggedValue DebuggerApi::GetEnv(const FrameHandler *frameHandler) in GetEnv() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/docs/
Dani.md6279 ### GetEnv subsection
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4716 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv() function in panda::JSNApi