Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h102 bool isPrimitive) in SynchronizedSetObject()
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h89 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) in JSHandle()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp84 bool const isPrimitive = !literalType->IsETSReferenceType(); in Compile() local