Lines Matching defs:value
485 Local<Value> value,
524 bool is_function = value->IsFunction();
532 if (ctx->sandbox()->Set(context, property, value).IsNothing()) return;
543 // We have to specify the return value for any contextual or get/set
547 args.GetReturnValue().Set(value);
620 Local<Value> value =
621 desc.has_value() ? desc.value() : Undefined(isolate).As<Value>();
624 PropertyDescriptor desc_for_sandbox(value, desc.writable());
627 PropertyDescriptor desc_for_sandbox(value);
684 Local<Value> value,
692 Uint32ToName(ctx->context(), index), value, args);
958 const Local<Value>& value) {
959 return !value.IsEmpty() &&
960 env->script_context_constructor_template()->HasInstance(value);
1117 // this invocation, this will re-throw a `null` value.