Home
last modified time | relevance | path

Searched refs:Unescape (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h56 V("unescape", Unescape, 1, INVALID) \
148 static JSTaggedValue Unescape(EcmaRuntimeCallInfo *msg);
H A Dbuiltins_global.cpp898 JSTaggedValue BuiltinsGlobal::Unescape(EcmaRuntimeCallInfo *msg) in Unescape() function in BuiltinsGlobal
902 BUILTINS_API_TRACE(thread, Global, Unescape); in Unescape()
H A Dbuiltins.cpp481 SetFunction(env, globalObject, "unescape", Global::Unescape, FunctionLength::ONE); in InitializeGlobalObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_global_test.cpp146 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 Druntime_call_id.h501 V(Global, Unescape) \

Completed in 13 milliseconds