Searched refs:IsJSArrayPrototypeModified (Results 1 – 5 of 5) sorted by relevance
378 GateRef CircuitBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
551 inline GateRef IsJSArrayPrototypeModified(GateRef hClass);
1490 inline GateRef StubBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function1492 return env_->GetBuilder()->IsJSArrayPrototypeModified(hClass); in IsJSArrayPrototypeModified()
450 GateRef IsJSArrayPrototypeModified(GateRef hClass);
10624 BRANCH_UNLIKELY(IsJSArrayPrototypeModified(jsHclass), &exit, &isPrototypeNotModified); in IsStableJSArray()