Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h49 V("codePointAt", CodePointAt, 1, StringCodePointAt) \
156 static JSTaggedValue CodePointAt(EcmaRuntimeCallInfo *argv);
H A 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()
812 // a. Let cp be CodePointAt(S, k). in ToWellFormed()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h58 V(CodePointAt, String, Undefined()) \
H A Dbuiltins_string_stub_builder.cpp246 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CodePointAt() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h800 V(String, CodePointAt) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp122 result = BuiltinsString::CodePointAt(ecmaRuntimeCallInfos); in StringAlgorithm()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp456 reinterpret_cast<uintptr_t>(BuiltinsString::CodePointAt),

Completed in 19 milliseconds