Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc-inl.h120 TaggedObject *toObject = reinterpret_cast<TaggedObject*>(forwardAddress); in EvacuateObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp898 JSHandle<JSTaggedValue> toObject(thread_, JSTaggedValue(FunctionLength::ZERO)); in InitializeNumber() local
1044 JSHandle<JSTaggedValue> toObject(thread_, JSTaggedValue::False()); in InitializeBoolean() local
1780 JSHandle<JSTaggedValue> toObject(factory_->GetEmptyString()); in InitializeString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8983 Label toObject(env); in DeletePropertyOrThrow() local