Home | History | Annotate | Download | only in include

Lines Matching refs:CreateDataProperty

2669   // Implements CreateDataProperty (ECMA-262, 7.3.4).
2676 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context,
2679 V8_WARN_UNUSED_RESULT Maybe<bool> CreateDataProperty(Local<Context> context,
2685 // In general, CreateDataProperty will be faster, however, does not allow
2701 V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
2704 V8_DEPRECATE_SOON("Use CreateDataProperty / DefineOwnProperty",