Home
last modified time | relevance | path

Searched refs:NewPropertyBox (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dproperty_box_test.cpp51 * @tc.desc: Creating PropertyBox object through "NewPropertyBox" function,the Property value is exist,then calling
61 JSHandle<PropertyBox> handlePropertyBox = factory->NewPropertyBox(handleValue); in HWTEST_F_L0()
71 * @tc.desc: Creating PropertyBox object through "NewPropertyBox" function,this object call "SetValue" function
80 JSHandle<JSTaggedValue> handlePropertyBoxVal(factory->NewPropertyBox(handleValue)); in HWTEST_F_L0()
H A Dic_runtime_stub_test.cpp72 JSHandle<PropertyBox> handleBoxValue = factory->NewPropertyBox(handleValue); in HWTEST_F_L0()
101 factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Undefined())); in HWTEST_F_L0()
132 JSHandle<PropertyBox> handlePropertyBox = factory->NewPropertyBox(handleValue); in HWTEST_F_L0()
219 JSHandle<JSTaggedValue> handlerPropertyBoxVal(factory->NewPropertyBox(handleBoxValue)); in HWTEST_F_L0()
336 JSHandle<PropertyBox> boxHandler = factory->NewPropertyBox(keyHandle); in HWTEST_F_L0()
394 JSHandle<PropertyBox> boxHandler = factory->NewPropertyBox(keyHandle); in HWTEST_F_L0()
525 JSHandle<PropertyBox> handlerValue = factory->NewPropertyBox(handleUndefinedVal); in HWTEST_F_L0()
H A Dic_handler_test.cpp157 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(handleKey); in HWTEST_F_L0()
194 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(handleKey); in HWTEST_F_L0()
H A Dprofile_type_info_test.cpp78 JSHandle<JSTaggedValue> newBox(factory->NewPropertyBox(newValue)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp85 JSHandle<JSTaggedValue> propertyBox(factory->NewPropertyBox(handleValue)); in HWTEST_F_L0()
86 JSHandle<JSTaggedValue> propertyBox1(factory->NewPropertyBox(handleValue1)); in HWTEST_F_L0()
166 JSHandle<JSTaggedValue> propertyBox(factory->NewPropertyBox(handleValue)); in HWTEST_F_L0()
177 JSHandle<JSTaggedValue> propertyBox(factory->NewPropertyBox(handleValue)); in HWTEST_F_L0()
306 JSHandle<JSTaggedValue> propertyBox(factory->NewPropertyBox(handleValue)); in HWTEST_F_L0()
H A Dobject_operator_third_test.cpp83 JSHandle<PropertyBox> cellHandle1 = factory->NewPropertyBox(handleValue1); in HWTEST_F_L0()
84 JSHandle<PropertyBox> cellHandle2 = factory->NewPropertyBox(handleValue2); in HWTEST_F_L0()
346 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(handleKey); in HWTEST_F_L0()
H A Dobject_operator_first_test.cpp313 JSHandle<JSTaggedValue> handleValue1(factory->NewPropertyBox(handleReceiver)); in HWTEST_F_L0()
397 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(handleKey); in HWTEST_F_L0()
H A Dobject_operator_second_test.cpp210 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(handleKey); in HWTEST_F_L0()
H A Ddump_test.cpp1091 JSHandle<PropertyBox> PropertyBox = factory->NewPropertyBox(globalConst->GetHandledEmptyArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h227 JSHandle<PropertyBox> newBox = factory->NewPropertyBox(oldValue); in InvalidateAndReplaceEntry()
H A Dobject_operator.cpp1044 JSHandle<PropertyBox> cellHandle = factory->NewPropertyBox(key_); in AddPropertyInternal()
H A Dobject_factory.h394 JSHandle<PropertyBox> NewPropertyBox(const JSHandle<JSTaggedValue> &name);
H A Dobject_factory.cpp3293 JSHandle<PropertyBox> ObjectFactory::NewPropertyBox(const JSHandle<JSTaggedValue> &value) in NewPropertyBox() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h785 auto box = factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole())); in RuntimeStGlobalRecord()
805 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord()

Completed in 30 milliseconds