Home
last modified time | relevance | path

Searched defs:DefineOwnProperty (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp42 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() function in panda::ecmascript::JSArguments
H A Djs_typed_array.cpp135 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() function in panda::ecmascript::JSTypedArray
H A Djs_proxy.cpp374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSProxy
H A Djs_array.cpp369 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSArray
393 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSArray
H A Djs_tagged_value.cpp1182 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty() function in panda::ecmascript::JSTaggedValue
H A Djs_object.cpp1267 bool JSObject::DefineOwnProperty(JSThread *thread, ObjectOperator *op, in DefineOwnProperty() function in panda::ecmascript::JSObject
1273 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in DefineOwnProperty() function in panda::ecmascript::JSObject
1279 bool JSObject::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in DefineOwnProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp216 bool ModuleNamespace::DefineOwnProperty(JSThread *thread, in DefineOwnProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A 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/
H A Dpandagen.cpp467 void PandaGen::DefineOwnProperty(const ir::AstNode *node, VReg obj, const Operand &prop) in DefineOwnProperty() function in panda::es2panda::compiler::PandaGen

Completed in 19 milliseconds