Home
last modified time | relevance | path

Searched defs:DefineOwnProperty (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
Djs_array.cpp453 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<J… in DefineOwnProperty() function in panda::ecmascript::JSArray
469 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSArray
Djs_typed_array.cpp132 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSProxy
Djs_object.cpp1340 bool JSObject::DefineOwnProperty(JSThread *thread, ObjectOperator *op, in DefineOwnProperty() function in panda::ecmascript::JSObject
1346 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSObject
1352 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSObject
Djs_tagged_value.cpp1189 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp101 HWTEST_F_L0(JsArgumentsTest, DefineOwnProperty) in HWTEST_F_L0() argument
Djs_array_test.cpp64 HWTEST_F_L0(JSArrayTest, DefineOwnProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp213 HWTEST_F_L0(JSProxyTest, DefineOwnProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp216 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp312 bool JSSharedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, in DefineOwnProperty() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp481 void PandaGen::DefineOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DefineOwnProperty() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp210 DEF_RUNTIME_STUBS(DefineOwnProperty) in DEF_RUNTIME_STUBS() argument