Lines Matching defs:property
49 const char* property,
54 isolate->factory()->NewStringFromAsciiChecked(property);
56 // 1. Let value be ? Get(options, property).
101 const char* property,
105 isolate->factory()->NewStringFromAsciiChecked(property);
107 // 1. Let value be ? Get(options, property).
128 int max, int fallback, Handle<String> property) {
145 NewRangeError(MessageTemplate::kPropertyValueOutOfRange, property),
159 Handle<String> property, int min, int max,
161 // 1. Let value be ? Get(options, property).
164 isolate, value, JSReceiver::GetProperty(isolate, options, property),
168 return DefaultNumberOption(isolate, value, min, max, fallback, property);