Home | History | Annotate | Download | only in src

Lines Matching refs:primitiveValue

797  * Return the internal properties of the value, such as [[PrimitiveValue]] of
806 var primitiveValue = %_ValueOf(value);
807 return [new InternalPropertyMirror("[[PrimitiveValue]]", primitiveValue)];