OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:observationstate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
object-observe.js
49
// 3)
observationState
.pendingObservers. This is the set of observers which
59
var
observationState
= %GetObservationState();
60
if (IS_UNDEFINED(
observationState
.callbackInfoMap)) {
61
observationState
.callbackInfoMap = %ObservationWeakMapCreate();
62
observationState
.objectInfoMap = %ObservationWeakMapCreate();
63
observationState
.notifierObjectInfoMap = %ObservationWeakMapCreate();
64
observationState
.pendingObservers = null;
65
observationState
.nextCallbackPriority = 0;
89
new ObservationWeakMap(
observationState
.callbackInfoMap);
90
var objectInfoMap = new ObservationWeakMap(
observationState
.objectInfoMap)
[
all
...]
heap.h
187
V(JSObject, observation_state,
ObservationState
) \
[
all
...]
/external/chromium_org/v8/tools/
v8heapconst.py
234
("OLD_POINTER_SPACE", 0x0e091): "
ObservationState
",
Completed in 246 milliseconds