Lines Matching refs:value_
492 this.value_ = value;
527 return this.value_;
576 return this.value_ ? 'true' : 'false';
593 return %_NumberToString(this.value_);
610 return this.value_.length;
615 return this.value_.substring(0, maxLength) +
618 return this.value_;
639 return %SymbolDescription(%_ValueOf(this.value_));
644 return %_CallFunction(this.value_, builtins.SymbolToString);
663 return %_ClassOf(this.value_);
668 return MakeMirror(%DebugGetProperty(this.value_, 'constructor'));
673 return MakeMirror(%DebugGetProperty(this.value_, 'prototype'));
678 return MakeMirror(%DebugGetPrototype(this.value_));
684 var x = %GetInterceptorInfo(this.value_);
691 var x = %GetInterceptorInfo(this.value_);
727 propertyNames = TryGetPropertyNames(this.value_);
733 %GetNamedInterceptorPropertyNames(this.value_);
744 elementNames = %GetOwnElementNames(this.value_);
750 %GetIndexedInterceptorElementNames(this.value_);
805 return ObjectMirror.GetInternalProperties(this.value_);
810 var details = %DebugGetPropertyDetails(this.value_, %ToName(name));
836 if (%_ObjectEquals(property.value_, value.value_)) {
855 var result = %DebugReferencedBy(this.value_,
949 return %FunctionGetName(this.value_);
958 return %FunctionGetInferredName(this.value_);
971 return builtins.FunctionSourceString(this.value_);
988 var script = %FunctionGetScript(this.value_);
1005 return %FunctionGetScriptSourcePosition(this.value_);
1034 var result = %DebugConstructedBy(this.value_, opt_max_instances || 0);
1111 return this.value_;
1138 return this.value_.length;
1149 var details = %DebugGetPropertyDetails(this.value_, %ToString(i));
1175 var s = JSON.stringify(this.value_);
1197 return this.value_.source;
1206 return this.value_.global;
1215 return this.value_.ignoreCase;
1224 return this.value_.multiline;
1251 return this.value_.message;
1259 str = %_CallFunction(this.value_, builtins.ErrorToString);
1293 return PromiseGetStatus_(this.value_);
1298 return MakeMirror(PromiseGetValue_(this.value_));
1317 if (IS_WEAKMAP(this.value_)) {
1318 var entries = %GetWeakMapEntries(this.value_);
1328 var iter = %_CallFunction(this.value_, builtins.MapEntries);
1353 if (IS_WEAKSET(this.value_)) {
1354 return %GetWeakSetValues(this.value_);
1358 var iter = %_CallFunction(this.value_, builtins.SetValues);
1380 var continuation = %GeneratorGetContinuation(this.value_);
1388 return %GeneratorGetSourcePosition(this.value_);
1405 this.func_ = MakeMirror(%GeneratorGetFunction(this.value_));
1413 this.context_ = new ContextMirror(%GeneratorGetContext(this.value_));
1421 this.receiver_ = MakeMirror(%GeneratorGetReceiver(this.value_));
1439 this.value_ = details[0];
1482 return MakeMirror(this.value_, false);
1581 this.value_ = value;
1592 return MakeMirror(this.value_, false);