Searched refs:IsUndetectable (Results 1 – 2 of 2) sorted by relevance
1299 if (constant->IsUndetectable()) return heap->undefined_string(); in TypeOfString()3229 if (constant->IsUndetectable()) return false; in ConstantIsObject()3276 *block = HConstant::cast(value())->IsUndetectable() in KnownSuccessorBlock()
3629 bool IsUndetectable() const { return is_undetectable_; } in IsUndetectable() function