Home | History | Annotate | Download | only in src

Lines Matching refs:check_global

1001   StoreGlobalStub(Isolate* isolate, bool is_constant, bool check_global)
1004 CheckGlobalBits::encode(check_global));
1013 if (check_global()) {
1030 bool check_global() const { return CheckGlobalBits::decode(sub_minor_key()); }