Home
last modified time | relevance | path

Searched defs:sCheckMode (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp140 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 Djs_shared_array.cpp312 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 Djs_array.cpp478 TryFastCreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) TryFastCreateDataProperty() argument
H A Dobject_fast_operator-inl.h409 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 Djs_tagged_value.cpp946 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 Djs_object.cpp865 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 &current, SCheckMode sCheckMode) ValidateDataDescriptorWhenConfigurable() argument
1350 ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const PropertyDescriptor &desc, const PropertyDescriptor &current, 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...]

Completed in 13 milliseconds