Home
last modified time | relevance | path

Searched refs:DebugEvent (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/V8Binding/v8/test/mjsunit/
Ddebug-event-listener.js35 if (event == Debug.DebugEvent.Break ||
36 event == Debug.DebugEvent.Exception)
57 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Exception);
70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
Ddebug-compile-event.js51 if (event == Debug.DebugEvent.BeforeCompile ||
52 event == Debug.DebugEvent.AfterCompile) {
54 if (event == Debug.DebugEvent.BeforeCompile) {
Ddebug-clearbreakpointgroup.js61 if (event == Debug.DebugEvent.Break) {
70 } else if (event == Debug.DebugEvent.AfterCompile) {
Ddebug-evaluate-recursive.js69 if (event == Debug.DebugEvent.Break)
110 if (event == Debug.DebugEvent.Break)
Ddebug-stepin-constructor.js35 if (event == Debug.DebugEvent.Break) {
Ddebug-step-stub-callfunction.js35 if (event == Debug.DebugEvent.Break) {
Ddebug-constructor.js35 if (event == Debug.DebugEvent.Break)
Ddebug-mirror-cache.js49 if (event == Debug.DebugEvent.Break)
Ddebug-step.js39 if (event == Debug.DebugEvent.Break) {
Ddebug-stepin-builtin.js43 if (event == Debug.DebugEvent.Break) {
Ddebug-evaluate-with.js38 if (event == Debug.DebugEvent.Break)
Ddebug-ignore-breakpoints.js36 if (event == Debug.DebugEvent.Break) {
Ddebug-enable-disable-breakpoints.js36 if (event == Debug.DebugEvent.Break) {
Ddebug-stepin-call-function-stub.js44 if (event == Debug.DebugEvent.Break) {
Ddebug-clearbreakpoint.js60 if (event == Debug.DebugEvent.Break) {
Ddebug-evaluate-arguments.js55 if (event == Debug.DebugEvent.Break)
Ddebug-changebreakpoint.js60 if (event == Debug.DebugEvent.Break) {
Ddebug-multiple-breakpoints.js36 if (event == Debug.DebugEvent.Break) {
Ddebug-evaluate.js67 if (event == Debug.DebugEvent.Break) {
/external/webkit/V8Binding/v8/include/
Dv8-debug.h73 enum DebugEvent { enum
105 virtual DebugEvent GetEvent() const = 0;
155 typedef void (*EventCallback)(DebugEvent event,
/external/webkit/V8Binding/v8/src/
Ddebug.h478 static MessageImpl NewEvent(DebugEvent event,
484 static MessageImpl NewResponse(DebugEvent event,
494 virtual DebugEvent GetEvent() const;
504 DebugEvent event,
512 DebugEvent event_; // Debug event causing the break.
613 static void ProcessDebugEvent(v8::DebugEvent event,
616 static void NotifyMessageHandler(v8::DebugEvent event,
649 inline static bool EventActive(v8::DebugEvent event) { in EventActive()
Dshell.h39 void handle_debug_event(v8::DebugEvent event,
/external/webkit/V8Binding/v8/test/mjsunit/regress/
Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
Dregress-1170187.js51 if (event == Debug.DebugEvent.Break) {
Dregress-1081309.js65 if (event == Debug.DebugEvent.Exception)

12