Lines Matching defs:property
22 // ECMA402 9.2.10. GetOption( options, property, type, values, fallback)
30 // Returns true if options object has the property and stores the
38 Isolate* isolate, Handle<JSReceiver> options, const char* property,
74 Isolate* isolate, Handle<JSReceiver> options, const char* property,
80 isolate->factory()->NewStringFromAsciiChecked(property);
82 // 1. Let value be ? Get(options, property).
139 // ECMA402 9.2.10. GetOption( options, property, type, values, fallback)
144 // Returns true if options object has the property and stores the
152 Isolate* isolate, Handle<JSReceiver> options, const char* property,
156 Isolate* isolate, Handle<JSReceiver> options, Handle<String> property,
162 Handle<String> property);