Home | History | Annotate | Download | only in src

Lines Matching defs:DefineOwnProperty

4274 Maybe<bool> v8::Object::DefineOwnProperty(v8::Local<v8::Context> context,
4278 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, DefineOwnProperty, bool);
4288 Maybe<bool> success = i::JSReceiver::DefineOwnProperty(
4302 Maybe<bool> success = i::JSReceiver::DefineOwnProperty(