Lines Matching refs:value

50    * The property must be defined either as a primitive value, or a template.
52 void Set(Local<Name> name, Local<Data> value,
54 void SetPrivate(Local<Private> name, Local<Data> value,
56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
134 * During template instantiation, sets the value with the intrinsic property
153 * Use `info.GetReturnValue().Set()` to set the return value of the
159 * isolate, receiver, return value, or whether running in `'use strict`' mode.
195 * `info.GetReturnValue().Set(value)`. If the setter
201 * \param value The value which the property will have if the request
204 * isolate, receiver, return value, or whether running in `'use strict'` mode.
211 void (*)(Local<Name> property, Local<Value> value,
219 * Use `info.GetReturnValue().Set(value)` to set the property attributes. The
220 * value is an integer encoding a `v8::PropertyAttribute`.
225 * isolate, receiver, return value, or whether running in `'use strict'` mode.
244 * `info.GetReturnValue().Set(value)` with a boolean `value`. The `value` is
245 * used as the return value of `delete`.
250 * isolate, receiver, return value, or whether running in `'use strict'` mode.
277 * `info.GetReturnValue().Set(value)`. If the definer
286 * isolate, receiver, return value, or whether running in `'use strict'` mode.
298 * Use `info.GetReturnValue().Set()` to set the return value of the
299 * intercepted request. The return value must be an object that
300 * can be converted to a PropertyDescriptor, e.g., a `v8::value` returned from
306 * isolate, receiver, return value, or whether running in `'use strict'` mode.
327 void (*)(uint32_t index, Local<Value> value,
574 void SetAcceptAnyReceiver(bool value);
595 * Returns true if the given value is an API object that was constructed by an
601 bool IsLeafTemplateForApiObject(v8::Local<v8::Value> value) const;
965 void SetInternalFieldCount(int value);
1042 void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
1046 value, attributes);