Home
last modified time | relevance | path

Searched refs:EncodeURIComponent (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp82 HWTEST_F_L0(BuiltinsGlobalTest, EncodeURIComponent) in HWTEST_F_L0() argument
90 JSTaggedValue result = BuiltinsGlobal::EncodeURIComponent(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h42 static JSTaggedValue EncodeURIComponent(EcmaRuntimeCallInfo *msg);
Dbuiltins_global.cpp177 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent() function in panda::ecmascript::builtins::BuiltinsGlobal
181 BUILTINS_API_TRACE(thread, Global, EncodeURIComponent); in EncodeURIComponent()
Dbuiltins.cpp460 …SetFunction(env, globalObject, "encodeURIComponent", Global::EncodeURIComponent, FunctionLength::O… in InitializeGlobalObject()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h419 V(Global, EncodeURIComponent) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp559 reinterpret_cast<uintptr_t>(Global::EncodeURIComponent),