HomeSort by relevance Sort by last modified time
    Searched full:observationstate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
object-observe.js 26 // 3) observationState.pendingObservers. This is the set of observers which
36 var observationState;
39 if (IS_UNDEFINED(observationState))
40 observationState = %GetObservationState();
42 if (IS_UNDEFINED(observationState.callbackInfoMap)) {
43 observationState.callbackInfoMap = %ObservationWeakMapCreate();
44 observationState.objectInfoMap = %ObservationWeakMapCreate();
45 observationState.notifierObjectInfoMap = %ObservationWeakMapCreate();
46 observationState.pendingObservers = null;
47 observationState.nextCallbackPriority = 0
    [all...]
  /external/chromium_org/v8/tools/
v8heapconst.py 254 ("OLD_POINTER_SPACE", 0x141a5): "ObservationState",
  /external/chromium_org/v8/src/heap/
heap.h 175 V(JSObject, observation_state, ObservationState) \
    [all...]

Completed in 47 milliseconds