| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_json.cpp | 140 SCheckMode sCheckMode = SCheckMode::CHECK; in ParseWithTransformType() local 28 InitWithTransformType(JSHandle<GlobalEnv> &env, TransformType transformType, JSMutableHandle<JSFunction> &constructor, SCheckMode &sCheckMode) InitWithTransformType() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 312 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc, SCheckMode sCheckMode) DefineOwnProperty() argument 383 FastGetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, SCheckMode sCheckMode) FastGetPropertyByValue() argument 405 GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, SCheckMode sCheckMode) GetProperty() argument 422 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument 441 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 478 TryFastCreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) TryFastCreateDataProperty() argument
|
| H A D | object_fast_operator-inl.h | 409 SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) SetPropertyByName() argument 743 SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) SetPropertyByValue() argument 775 FastSetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) FastSetPropertyByValue() argument 820 FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, SCheckMode sCheckMode) FastGetPropertyByValue() argument [all...] |
| H A D | js_tagged_value.cpp | 946 GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, SCheckMode sCheckMode) GetProperty() argument 1182 DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc, SCheckMode sCheckMode) DefineOwnProperty() argument
|
| H A D | js_object.cpp | 865 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument 1106 GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, SCheckMode sCheckMode) GetProperty() argument 1192 DeleteProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, SCheckMode sCheckMode) DeleteProperty() argument 1267 DefineOwnProperty(JSThread *thread, ObjectOperator *op, const PropertyDescriptor &desc, SCheckMode sCheckMode) DefineOwnProperty() argument 1273 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc, SCheckMode sCheckMode) DefineOwnProperty() argument 1279 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const PropertyDescriptor &desc, SCheckMode sCheckMode) DefineOwnProperty() argument 1286 OrdinaryDefineOwnProperty(JSThread *thread, ObjectOperator *op, const PropertyDescriptor &desc, SCheckMode sCheckMode) OrdinaryDefineOwnProperty() argument 1301 OrdinaryDefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc, SCheckMode sCheckMode) OrdinaryDefineOwnProperty() argument 1312 OrdinaryDefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const PropertyDescriptor &desc, SCheckMode sCheckMode) OrdinaryDefineOwnProperty() argument 1324 ValidateDataDescriptorWhenConfigurable(ObjectOperator *op, const PropertyDescriptor &desc, const PropertyDescriptor ¤t, SCheckMode sCheckMode) ValidateDataDescriptorWhenConfigurable() argument 1350 ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const PropertyDescriptor &desc, const PropertyDescriptor ¤t, SCheckMode sCheckMode) ValidateAndApplyPropertyDescriptor() argument 1712 CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) CreateDataProperty() argument 1730 CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) CreateDataProperty() argument 1744 CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) CreateDataPropertyOrThrow() argument 1758 CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) CreateDataPropertyOrThrow() argument [all...] |