Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp721 JSTaggedValue BuiltinsArkTools::CreateDataProperty([[maybe_unused]] EcmaRuntimeCallInfo *info) in CreateDataProperty() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1607 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<J… in CreateDataProperty() function in panda::ecmascript::JSObject
1622 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in CreateDataProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp230 HWTEST_F_L0(JSObjectTest, CreateDataProperty) in HWTEST_F_L0() argument