Home
last modified time | relevance | path

Searched defs:Escape (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dhandle_scope.h77 inline HandleBase Escape(HandleBase handle) in Escape() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h104 void Escape(napi_value &val) in Escape() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp100 HWTEST_F_L0(BuiltinsGlobalTest, Escape) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1043 inline Local<T> Escape(Local<T> current) in Escape() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp841 JSTaggedValue BuiltinsGlobal::Escape(EcmaRuntimeCallInfo *msg) in Escape() function in panda::ecmascript::builtins::BuiltinsGlobal