Lines Matching defs:property
1050 Local<String> property, bool* has_property,
1054 if (!object->Get(context, property).ToLocal(&value)) {
1066 i::Handle<i::String> property_name = v8::Utils::OpenHandle(*property);
1072 // Fetch 'initial' or 'minimum' property from object. If both are provided,
1168 "Descriptor property 'element' must be a WebAssembly reference type");
1261 // Shared property of descriptor
1277 "If shared is true, maximum property should be defined.");
1317 // Determines the type encoded in a value type property (e.g. type reflection).
1440 "Descriptor property 'value' must be a WebAssembly type");
1558 MaybeLocal<Value> property = iterable->Get(context, length);
1559 if (property.IsEmpty()) return i::kMaxUInt32;
1560 MaybeLocal<Uint32> number = property.ToLocalChecked()->ToArrayIndex(context);
1588 // Load the 'parameters' property of the event type.
1800 // Load the 'parameters' property of the function type.
1821 // Load the 'results' property of the function type.
3013 // Existing property, or exception.