HomeSort by relevance Sort by last modified time
    Searched defs:MirrorType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/debug/
mirrors.js 65 var MirrorType = {
183 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE, opt_transient);
588 %_Call(ValueMirror, this, MirrorType.UNDEFINED_TYPE, UNDEFINED);
604 %_Call(ValueMirror, this, MirrorType.NULL_TYPE, null);
621 %_Call(ValueMirror, this, MirrorType.BOOLEAN_TYPE, value);
638 %_Call(ValueMirror, this, MirrorType.NUMBER_TYPE, value);
655 %_Call(ValueMirror, this, MirrorType.STRING_TYPE, value);
684 %_Call(ValueMirror, this, MirrorType.SYMBOL_TYPE, value);
708 type = type || MirrorType.OBJECT_TYPE;
888 %_Call(ObjectMirror, this, value, MirrorType.FUNCTION_TYPE)
    [all...]
debug.js 24 var MirrorType;
31 MirrorType = from.MirrorType;
    [all...]

Completed in 64 milliseconds