Searched refs:Unescape (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_global.h | 56 V("unescape", Unescape, 1, INVALID) \ 148 static JSTaggedValue Unescape(EcmaRuntimeCallInfo *msg);
|
H A D | builtins_global.cpp | 898 JSTaggedValue BuiltinsGlobal::Unescape(EcmaRuntimeCallInfo *msg) in Unescape() function in BuiltinsGlobal 902 BUILTINS_API_TRACE(thread, Global, Unescape); in Unescape()
|
H A D | builtins.cpp | 481 SetFunction(env, globalObject, "unescape", Global::Unescape, FunctionLength::ONE); in InitializeGlobalObject()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_global_test.cpp | 146 HWTEST_F_L0(BuiltinsGlobalTest, Unescape) in HWTEST_F_L0() 157 JSTaggedValue result1 = BuiltinsGlobal::Unescape(ecmaRuntimeCallInfo1); in HWTEST_F_L0() 171 JSTaggedValue result2 = BuiltinsGlobal::Unescape(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 501 V(Global, Unescape) \
|
Completed in 13 milliseconds