Home
last modified time | relevance | path

Searched refs:TestApi (Results 1 – 14 of 14) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-set-variable-value.js294 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(
Ddebug-liveedit-utils.js39 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…
Ddebug-liveedit-1.js46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-2.js58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patc…
Ddebug-liveedit-compile-error.js48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-patch-positions-replace.js62 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, …
Ddebug-liveedit-literals.js57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-stack-padding.js57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
Ddebug-liveedit-patch-positions.js92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
Ddebug-liveedit-check-stack.js63 …Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_pat…
Ddebug-liveedit-diff.js34 var diff_array = Debug.LiveEdit.TestApi.CompareStrings(s1, s2);
/external/v8/test/mjsunit/es6/
Dgenerators-debug-liveedit.js51 LiveEdit.TestApi.ApplySingleChunkPatch(script, pos, from.length, to,
/external/v8/src/
Dliveedit-debugger.js1117 this.TestApi = { property
Ddebug-debugger.js2586 Debug.TestApi = {