Searched refs:CodePointAt (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_string.h | 49 V("codePointAt", CodePointAt, 1, StringCodePointAt) \ 156 static JSTaggedValue CodePointAt(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_string.cpp | 299 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 D | builtins_call_signature.h | 58 V(CodePointAt, String, Undefined()) \
|
H A D | builtins_string_stub_builder.cpp | 246 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs,
in CodePointAt() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 800 V(String, CodePointAt) \
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 122 result = BuiltinsString::CodePointAt(ecmaRuntimeCallInfos); in StringAlgorithm()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 456 reinterpret_cast<uintptr_t>(BuiltinsString::CodePointAt),
|
Completed in 19 milliseconds