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

  /external/v8/src/
object-observe.js 42 if (IS_UNDEFINED(observationState.callbackInfoMap)) {
43 observationState.callbackInfoMap = %ObservationWeakMapCreate();
82 callbackInfoMap: new map(observationState.callbackInfoMap),
92 return GetContextMaps().callbackInfoMap;
  /external/v8/test/cctest/
test-object-observe.cc 367 i::Handle<i::JSWeakMap> callbackInfoMap =
369 i_isolate, observation_state, "callbackInfoMap").ToHandleChecked());
377 CHECK_EQ(1, NumberOfElements(callbackInfoMap));
381 CHECK_EQ(0, NumberOfElements(callbackInfoMap));

Completed in 1447 milliseconds