Home
last modified time | relevance | path

Searched refs:callbackInfoMap (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobject-observe.js42 if (IS_UNDEFINED(observationState.callbackInfoMap)) {
43 observationState.callbackInfoMap = %ObservationWeakMapCreate();
82 callbackInfoMap: new map(observationState.callbackInfoMap), property
92 return GetContextMaps().callbackInfoMap;
/external/v8/test/cctest/
Dtest-object-observe.cc367 i::Handle<i::JSWeakMap> callbackInfoMap = in TEST() local
377 CHECK_EQ(1, NumberOfElements(callbackInfoMap)); in TEST()
381 CHECK_EQ(0, NumberOfElements(callbackInfoMap)); in TEST()