Home | History | Annotate | Download | only in src

Lines Matching refs:Native

59 Debug.ScriptType = { Native: 0,
638 throw new Error('Cannot set break point in native code.');
647 if (script.type == Debug.ScriptType.Native) {
648 throw new Error('Cannot set break point in native code.');