Lines Matching refs:AddProperty
269 JSObject::AddProperty(isolate, object, params_string, params, NONE);
283 JSObject::AddProperty(isolate, object, results_string, results, NONE);
297 JSObject::AddProperty(isolate, object, mutable_string,
299 JSObject::AddProperty(isolate, object, value_string,
315 JSObject::AddProperty(isolate, object, minimum_string,
318 JSObject::AddProperty(isolate, object, maximum_string,
321 JSObject::AddProperty(isolate, object, shared_string,
340 JSObject::AddProperty(isolate, object, element_string, element, NONE);
341 JSObject::AddProperty(isolate, object, minimum_string,
344 JSObject::AddProperty(isolate, object, maximum_string,
439 JSObject::AddProperty(isolate, entry, module_string, import_module, NONE);
440 JSObject::AddProperty(isolate, entry, name_string, import_name, NONE);
441 JSObject::AddProperty(isolate, entry, kind_string, import_kind, NONE);
443 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE);
536 JSObject::AddProperty(isolate, entry, name_string, export_name, NONE);
537 JSObject::AddProperty(isolate, entry, kind_string, export_kind, NONE);
539 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE);