Searched refs:DecodeURIComponent (Results 1 – 6 of 6) sorted by relevance
67 HWTEST_F_L0(BuiltinsGlobalTest, DecodeURIComponent) in HWTEST_F_L0() argument75 JSTaggedValue result = BuiltinsGlobal::DecodeURIComponent(ecmaRuntimeCallInfo); in HWTEST_F_L0()
41 static JSTaggedValue DecodeURIComponent(EcmaRuntimeCallInfo *msg);
161 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent() function in panda::ecmascript::builtins::BuiltinsGlobal165 BUILTINS_API_TRACE(thread, Global, DecodeURIComponent); in DecodeURIComponent()
459 …SetFunction(env, globalObject, "decodeURIComponent", Global::DecodeURIComponent, FunctionLength::O… in InitializeGlobalObject()
418 V(Global, DecodeURIComponent) \
557 reinterpret_cast<uintptr_t>(Global::DecodeURIComponent),