Home
last modified time | relevance | path

Searched defs:isPrimitive (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/jittest/ldobjbyname/
Dldobjbyname.ts51 function isPrimitive(a3) { function
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h113 bool isPrimitive) in SynchronizedSetObject()
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h90 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) in JSHandle()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2576 bool isPrimitive = inferredType != nullptr && inferredType->IsETSPrimitiveType(); in InferTypesForLambda() local
2589 … bool isPrimitive = inferredReturnType != nullptr && inferredReturnType->IsETSPrimitiveType(); in InferTypesForLambda() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp89 bool const isPrimitive = !literalType->IsETSReferenceType(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp718 Label isPrimitive(&builder_); in LowerTypedMonoLdObjByName() local