Lines Matching refs:GetThread
32 BUILTINS_API_TRACE(argv->GetThread(), Stack, Constructor); in StackConstructor()
33 JSThread *thread = argv->GetThread(); in StackConstructor()
56 BUILTINS_API_TRACE(argv->GetThread(), Stack, IsEmpty); in IsEmpty()
57 JSThread *thread = argv->GetThread(); in IsEmpty()
79 BUILTINS_API_TRACE(argv->GetThread(), Stack, Push); in Push()
80 JSThread *thread = argv->GetThread(); in Push()
102 BUILTINS_API_TRACE(argv->GetThread(), Stack, Peek); in Peek()
103 JSThread *thread = argv->GetThread(); in Peek()
126 BUILTINS_API_TRACE(argv->GetThread(), Stack, Locate); in Locate()
127 JSThread *thread = argv->GetThread(); in Locate()
150 BUILTINS_API_TRACE(argv->GetThread(), Stack, Pop); in Pop()
151 JSThread *thread = argv->GetThread(); in Pop()
173 BUILTINS_API_TRACE(argv->GetThread(), Stack, ForEach); in ForEach()
174 JSThread *thread = argv->GetThread(); in ForEach()
221 BUILTINS_API_TRACE(argv->GetThread(), Stack, Iterator); in Iterator()
222 JSThread *thread = argv->GetThread(); in Iterator()
242 BUILTINS_API_TRACE(argv->GetThread(), Stack, GetLength); in GetLength()
243 JSThread *thread = argv->GetThread(); in GetLength()