Searched refs:TestApi (Results 1 – 14 of 14) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-set-variable-value.js | 294 assertEquals(true, Debug.TestApi.CommandProcessorResolveValue({value: true})); 296 assertSame(null, Debug.TestApi.CommandProcessorResolveValue({type: "null"})); 298 Debug.TestApi.CommandProcessorResolveValue({type: "undefined"})); 300 assertSame("123", Debug.TestApi.CommandProcessorResolveValue( 302 assertSame(123, Debug.TestApi.CommandProcessorResolveValue( 305 assertSame(Number, Debug.TestApi.CommandProcessorResolveValue( 307 assertSame(RunClosureTest, Debug.TestApi.CommandProcessorResolveValue(
|
D | debug-liveedit-utils.js | 39 var NoChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([]); 46 var SingleChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([20, 30, 25]); 83 var MultiChunkTranslator = new Debug.LiveEdit.TestApi.PosTranslator([10, 20, 15, 40, 40, 50, 60, 70…
|
D | debug-liveedit-1.js | 46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
|
D | debug-liveedit-2.js | 58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
|
D | debug-liveedit-compile-error.js | 48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
D | debug-liveedit-patch-positions-replace.js | 62 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, …
|
D | debug-liveedit-literals.js | 57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
D | debug-liveedit-stack-padding.js | 57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
D | debug-liveedit-patch-positions.js | 92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
|
D | debug-liveedit-check-stack.js | 63 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_pat…
|
D | debug-liveedit-diff.js | 34 var diff_array = Debug.LiveEdit.TestApi.CompareStrings(s1, s2);
|
/external/v8/test/mjsunit/es6/ |
D | generators-debug-liveedit.js | 51 LiveEdit.TestApi.ApplySingleChunkPatch(script, pos, from.length, to,
|
/external/v8/src/ |
D | liveedit-debugger.js | 1117 this.TestApi = { property
|
D | debug-debugger.js | 2586 Debug.TestApi = {
|