Home
last modified time | relevance | path

Searched defs:isString (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/protobuf/
Dminimal.js20 util.isString = function isString(value) { function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp107 Label isString(env); in CharAt() local
278 Label isString(env); in CheckParamsAndGetPosition() local
335 Label isString(env); in IndexOf() local
437 Label isString(env); in Substring() local
576 Label isString(env); in SubStr() local
976 Label isString(env); in Slice() local
2047 Label isString(env); in Concat() local
2117 Label isString(env); in ToLowerCase() local
2188 Label isString(env); in ToStringFunc() local
3069 Label isString(env); in StartsWith() local
[all …]
Dbuiltins_object_stub_builder.cpp627 Label isString(env); in GetNumKeysFromLayoutInfo() local
669 Label isString(env); in GetNumKeysFromDictionary() local
1327 Label isString(env); in GetOwnPropertyNames() local
Dbuiltins_array_stub_builder_next_optimization.cpp287 Label isString(env); in DoSortOptimised() local
537 Label isString(env); in DoSortOptimisedFast() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp36 Label isString(env); in HandleKey() local
191 Label isString(env); in UpdateHolder() local
Dbuiltins_lowering.cpp85 GateRef isString = builder_.BothAreString(glue, thisObj, thatObj); in TypedLocaleCompare() local
Dstub_builder.cpp178 Label isString(env); in MatchFieldType() local
617 Label isString(env); in GetKeyHashCode() local
855 Label isString(env); in FindEntryFromHashTable() local
963 Label isString(env); in FindEntryFromTransitionDictionary() local
1749 Label isString(env); in TaggedToElementKind() local
2610 Label isString(env); in TryToElementsIndex() local
3768 Label isString(env); in GetPropertyByIndex() local
3914 Label isString(env); in GetPropertyByValue() local
4011 Label isString(env); in GetPropertyByName() local
5915 Label isString(env); in SetPropertyByValue() local
[all …]
Dtyped_hcr_lowering.cpp467 GateRef isString = builder_.TaggedObjectIsString(glue, key, compilationEnv_); in LowerInternStringKeyCheck() local
494 GateRef isString = builder_.TaggedObjectIsString(glue, receiver, compilationEnv_); in LowerEcmaStringCheck() local
506 GateRef isString = builder_.TaggedObjectIsString(glue, receiver, compilationEnv_); in LowerInternStringCheck() local
Dcircuit_builder.cpp1341 Label isString(env_); in ToObject() local
1657 Label isString(env_); in FastToBoolean() local
Dnew_object_stub_builder.cpp1390 Label isString(env); in EnumerateObjectProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h576 void PushFileInfoIsString(bool isString) in PushFileInfoIsString()
Dmir_function.h839 void PushbackIsString(bool isString) in PushbackIsString()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2149 Label *isString = AllocLabel(); in ResolveConditionalResultReference() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4672 FORCE_INLINE JSVM_Status IsStringImpl(JSVM_Env env, JSVM_Value value, bool* isString) in IsStringImpl()
4680 JSVM_Status OH_JSVM_IsString(JSVM_Env env, JSVM_Value value, bool* isString) in OH_JSVM_IsString()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3550 bool isString = !inst->CastToLenArray()->IsArray(); in VisitLenArray() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10280 isString: gt, property
10335 isString: gt, property
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument