Home
last modified time | relevance | path

Searched defs:isString (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/protobuf/
H A Dminimal.js20 util.isString = function isString(value) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp82 GateRef isString = builder_.BothAreString(thisObj, thatObj); in TypedLocaleCompare() local
H A Dnew_object_stub_builder.cpp1182 BRANCH(TaggedIsString(obj), &isString, &isNotString); in EnumerateObjectProperties() local
H A Dcircuit_builder.cpp1178 BRANCH_CIR2(TaggedIsString(obj), &isString, &notString); in ToObject() local
1475 BRANCH_CIR2(TaggedIsString(value), &isString, &notString); in FastToBoolean() local
H A Dtyped_hcr_lowering.cpp445 GateRef isString = builder_.TaggedObjectIsString(receiver); in LowerEcmaStringCheck() local
H A Dstub_builder.cpp569 BRANCH(TaggedIsString(key), &isString, &isSymblo); in GetKeyHashCode() local
816 BRANCH(IsString(key), &isString, &notString); in FindEntryFromNameDictionary() local
924 BRANCH(IsString(key), &isString, &notString); FindEntryFromTransitionDictionary() local
1669 BRANCH(TaggedIsString(value), &isString, &isNonString); TaggedToElementKind() local
2306 BRANCH(TaggedIsString(key), &isString, &notString); TryToElementsIndex() local
6762 BRANCH(IsString(value), &isString, &notString); FastToBoolean() local
6861 Branch(IsString(value), &isString, &notString); FastToBooleanBaseline() local
6980 BRANCH(IsString(value), &isString, &notString); FastToBooleanWithProfile() local
7100 Branch(IsString(value), &isString, &notString); FastToBooleanWithProfileBaseline() local
8032 BRANCH(TaggedIsString(obj), &isString, &notString); ToPrototypeOrObj() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h186 Label *isString = AllocLabel(); in ResolveConditionalResultReference() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp785 BRANCH(TaggedIsString(key), &isString, &loopEnd); in GetNumKeysFromLayoutInfo() local
877 BRANCH(TaggedIsString(key), &isString, &loopEnd); in GetNumKeysFromDictionary() local
1543 BRANCH(TaggedIsString(element), &isString, &loopEnd); in GetOwnPropertyNames() local
H A Dbuiltins_string_stub_builder.cpp124 BRANCH(IsString(thisValue), &isString, slowPath); in CharAt() local
304 BRANCH(IsString(thisValue), &isString, slowPath); in CheckParamsAndGetPosition() local
364 BRANCH(IsString(thisValue), &isString, slowPath); in IndexOf() local
473 BRANCH(IsString(thisValue), &isString, slowPath); Substring() local
605 BRANCH(IsString(thisValue), &isString, slowPath); SubStr() local
988 BRANCH(IsString(thisValue), &isString, slowPath); Slice() local
2127 BRANCH(IsString(thisValue), &isString, slowPath); Concat() local
2208 BRANCH(IsString(thisValue), &isString, slowPath); ToLowerCase() local
2794 BRANCH(IsString(thisValue), &isString, slowPath); StartsWith() local
3107 BRANCH(IsString(thisValue), &isString, slowPath); PadStart() local
3232 BRANCH(IsString(thisValue), &isString, slowPath); PadEnd() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h576 void PushFileInfoIsString(bool isString) in PushFileInfoIsString() argument
H A Dmir_function.h839 void PushbackIsString(bool isString) in PushbackIsString() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3246 bool isString = !inst->CastToLenArray()->IsArray(); in VisitLenArray() local

Completed in 50 milliseconds