Lines Matching refs:value
51 * The property must be defined either as a primitive value, or a template.
53 void Set(Local<Name> name, Local<Data> value,
55 void SetPrivate(Local<Private> name, Local<Data> value,
57 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
114 * During template instantiation, sets the value with the intrinsic property
133 * Use `info.GetReturnValue().Set()` to set the return value of the
140 * isolate, receiver, return value, or whether running in `'use strict`' mode.
176 * `info.GetReturnValue().Set(value)`. If the setter did not intercept the
182 * \param value The value which the property will have if the request
185 * isolate, receiver, return value, or whether running in `'use strict'` mode.
192 void (*)(Local<Name> property, Local<Value> value,
200 * Use `info.GetReturnValue().Set(value)` to set the property attributes. The
201 * value is an integer encoding a `v8::PropertyAttribute`. If the property does
208 * isolate, receiver, return value, or whether running in `'use strict'` mode.
227 * `info.GetReturnValue().Set(value)` with a boolean `value`. The `value` is
228 * used as the return value of `delete`. If the deleter does not intercept the
234 * isolate, receiver, return value, or whether running in `'use strict'` mode.
261 * `info.GetReturnValue().Set(value)`. If the definer did not intercept the
270 * isolate, receiver, return value, or whether running in `'use strict'` mode.
282 * Use `info.GetReturnValue().Set()` to set the return value of the
283 * intercepted request. The return value must be an object that
284 * can be converted to a PropertyDescriptor, e.g., a `v8::value` returned from
290 * isolate, receiver, return value, or whether running in `'use strict'` mode.
311 void (*)(uint32_t index, Local<Value> value,
558 void SetAcceptAnyReceiver(bool value);
579 * Returns true if the given value is an API object that was constructed by an
585 bool IsLeafTemplateForApiObject(v8::Local<v8::Value> value) const;
929 void SetInternalFieldCount(int value);
988 void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
992 value, attributes);