Home
last modified time | relevance | path

Searched refs:CodePointAt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h49 V("codePointAt", CodePointAt, 1, StringCodePointAt) \
156 static JSTaggedValue CodePointAt(EcmaRuntimeCallInfo *argv);
Dbuiltins_string.cpp299 JSTaggedValue BuiltinsString::CodePointAt(EcmaRuntimeCallInfo *argv) in CodePointAt() function in panda::ecmascript::builtins::BuiltinsString
302 BUILTINS_API_TRACE(argv->GetThread(), String, CodePointAt); in CodePointAt()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h66 V(CodePointAt, String, Undefined()) \
Dbuiltins_string_stub_builder.cpp193 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CodePointAt() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp122 result = BuiltinsString::CodePointAt(ecmaRuntimeCallInfos); in StringAlgorithm()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h796 V(String, CodePointAt) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp456 reinterpret_cast<uintptr_t>(BuiltinsString::CodePointAt),