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