Searched refs:FLAG_harmony_observation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Daccessors.cc605 FLAG_harmony_observation &&
H A Dic.cc1537 if (FLAG_harmony_observation && receiver->map()->is_observed()) {
1975 !(FLAG_harmony_observation && object->IsJSObject() &&
H A Dobjects.cc2198 if (FLAG_harmony_observation &&
4096 bool is_observed = FLAG_harmony_observation &&
4219 bool is_observed = FLAG_harmony_observation &&
5202 if (FLAG_harmony_observation && object->map()->is_observed()) {
5273 bool is_observed = FLAG_harmony_observation &&
5505 if (FLAG_harmony_observation && object->map()->is_observed()) {
6345 bool is_observed = FLAG_harmony_observation &&
11480 if (!(FLAG_harmony_observation && map()->is_observed()))
12601 if (!(FLAG_harmony_observation && object->map()->is_observed())) {
13184 if (FLAG_harmony_observation
[all...]
H A Dbootstrapper.cc1578 if (FLAG_harmony_observation) {
H A Druntime.cc1671 if (FLAG_harmony_observation && obj->map()->is_observed()) {
/external/chromium_org/v8/test/cctest/
H A Dtest-object-observe.cc36 // Need to create a new isolate when FLAG_harmony_observation is on.
40 i::FLAG_harmony_observation = true; member in class:__anon15646::HarmonyIsolate::i

Completed in 217 milliseconds