Home
last modified time | relevance | path

Searched defs:singleCharTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp144 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in Int32ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp74 GateRef singleCharTable = GetSingleCharTable(glue); in FromCharCode() local
1044 GateRef singleCharTable = GetSingleCharTable(glue); in CreateFromEcmaString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1045 void SetSingleCharTable(JSTaggedValue singleCharTable) in SetSingleCharTable()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp111 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode() local
276 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3105 GateRef singleCharTable = builder_.Load(VariableType::JS_ANY(), glue, in LowerStringFromSingleCharCode() local