| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
|
| D | js_array.cpp | 453 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
|
| D | js_typed_array.cpp | 132 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
|
| D | js_proxy.cpp | 374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() function in panda::ecmascript::JSProxy
|
| D | js_object.cpp | 1340 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
|
| D | js_tagged_value.cpp | 1189 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_arguments_test.cpp | 101 HWTEST_F_L0(JsArgumentsTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
| D | js_array_test.cpp | 64 HWTEST_F_L0(JSArrayTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
| D | js_proxy_test.cpp | 213 HWTEST_F_L0(JSProxyTest, DefineOwnProperty) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 216 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 312 bool JSSharedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, in DefineOwnProperty() function in panda::ecmascript::JSSharedArray
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 481 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/ |
| D | runtime_stubs.cpp | 210 DEF_RUNTIME_STUBS(DefineOwnProperty) in DEF_RUNTIME_STUBS() argument
|