HomeSort by relevance Sort by last modified time
    Searched refs:notifierObjectInfoMap (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
object-observe.js 45 observationState.notifierObjectInfoMap = %ObservationWeakMapCreate();
84 notifierObjectInfoMap: new map(observationState.notifierObjectInfoMap)
100 return GetContextMaps().notifierObjectInfoMap;
  /external/v8/test/cctest/
test-object-observe.cc 373 i::Handle<i::JSWeakMap> notifierObjectInfoMap =
375 i_isolate, observation_state, "notifierObjectInfoMap")
379 CHECK_EQ(1, NumberOfElements(notifierObjectInfoMap));
383 CHECK_EQ(0, NumberOfElements(notifierObjectInfoMap));

Completed in 229 milliseconds