#include <Watchpoint.h>
|
| | InlineWatchpointSet (WatchpointState state) |
| |
| | ~InlineWatchpointSet () |
| |
| WatchpointState | stateOnJSThread () const |
| |
| WatchpointState | state () const |
| |
| bool | hasBeenInvalidated () const |
| |
| bool | isStillValid () const |
| |
| void | add (Watchpoint *) |
| |
| void | startWatching () |
| |
| void | fireAll (VM &vm, const FireDetail &detail) |
| |
| void | invalidate (VM &vm, const FireDetail &detail) |
| |
| JS_EXPORT_PRIVATE void | fireAll (VM &, const char *reason) |
| |
| void | touch (VM &vm, const FireDetail &detail) |
| |
| void | touch (VM &vm, const char *reason) |
| |
| bool | isBeingWatched () const |
| |
| | InlineWatchpointSet (WatchpointState state) |
| |
| | ~InlineWatchpointSet () |
| |
| WatchpointState | stateOnJSThread () const |
| |
| WatchpointState | state () const |
| |
| bool | hasBeenInvalidated () const |
| |
| bool | isStillValid () const |
| |
| void | add (Watchpoint *) |
| |
| void | startWatching () |
| |
| void | fireAll (VM &vm, const FireDetail &detail) |
| |
| void | invalidate (VM &vm, const FireDetail &detail) |
| |
| JS_EXPORT_PRIVATE void | fireAll (VM &, const char *reason) |
| |
| void | touch (VM &vm, const FireDetail &detail) |
| |
| void | touch (VM &vm, const char *reason) |
| |
| bool | isBeingWatched () const |
| |
◆ InlineWatchpointSet() [1/2]
◆ ~InlineWatchpointSet() [1/2]
| JSC::InlineWatchpointSet::~InlineWatchpointSet |
( |
| ) |
|
|
inline |
◆ InlineWatchpointSet() [2/2]
◆ ~InlineWatchpointSet() [2/2]
| JSC::InlineWatchpointSet::~InlineWatchpointSet |
( |
| ) |
|
|
inline |
◆ add() [1/2]
◆ add() [2/2]
◆ fireAll() [1/4]
◆ fireAll() [2/4]
◆ fireAll() [3/4]
| void JSC::InlineWatchpointSet::fireAll |
( |
VM & |
vm, |
|
|
const char * |
reason |
|
) |
| |
◆ fireAll() [4/4]
◆ hasBeenInvalidated() [1/2]
| bool JSC::InlineWatchpointSet::hasBeenInvalidated |
( |
| ) |
const |
|
inline |
◆ hasBeenInvalidated() [2/2]
| bool JSC::InlineWatchpointSet::hasBeenInvalidated |
( |
| ) |
const |
|
inline |
◆ invalidate() [1/2]
| void JSC::InlineWatchpointSet::invalidate |
( |
VM & |
vm, |
|
|
const FireDetail & |
detail |
|
) |
| |
|
inline |
◆ invalidate() [2/2]
| void JSC::InlineWatchpointSet::invalidate |
( |
VM & |
vm, |
|
|
const FireDetail & |
detail |
|
) |
| |
|
inline |
◆ isBeingWatched() [1/2]
| bool JSC::InlineWatchpointSet::isBeingWatched |
( |
| ) |
const |
|
inline |
◆ isBeingWatched() [2/2]
| bool JSC::InlineWatchpointSet::isBeingWatched |
( |
| ) |
const |
|
inline |
◆ isStillValid() [1/2]
| bool JSC::InlineWatchpointSet::isStillValid |
( |
| ) |
const |
|
inline |
◆ isStillValid() [2/2]
| bool JSC::InlineWatchpointSet::isStillValid |
( |
| ) |
const |
|
inline |
◆ startWatching() [1/2]
| void JSC::InlineWatchpointSet::startWatching |
( |
| ) |
|
|
inline |
◆ startWatching() [2/2]
| void JSC::InlineWatchpointSet::startWatching |
( |
| ) |
|
|
inline |
◆ state() [1/2]
◆ state() [2/2]
◆ stateOnJSThread() [1/2]
◆ stateOnJSThread() [2/2]
◆ touch() [1/4]
◆ touch() [2/4]
◆ touch() [3/4]
| void JSC::InlineWatchpointSet::touch |
( |
VM & |
vm, |
|
|
const char * |
reason |
|
) |
| |
|
inline |
◆ touch() [4/4]
| void JSC::InlineWatchpointSet::touch |
( |
VM & |
vm, |
|
|
const char * |
reason |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/JavaScriptCore.framework/Versions/A/PrivateHeaders/Watchpoint.h
- Source/JavaScriptCore/bytecode/Watchpoint.cpp