Searched refs:isJSConstant (Results 1 – 5 of 5) sorted by relevance
263 bool isJSConstant(NodeIndex nodeIndex) in isJSConstant() function281 ASSERT(isJSConstant(nodeIndex)); in valueOfJSConstant()
59 ASSERT(isJSConstant(nodeIndex)); in fillInteger()136 ASSERT(isJSConstant(nodeIndex)); in fillDouble()255 ASSERT(isJSConstant(nodeIndex)); in fillJSValue()
243 bool isJSConstant(NodeIndex nodeIndex) { return m_jit.isJSConstant(nodeIndex); } in isJSConstant() function299 ASSERT(isJSConstant(nodeIndex)); in constantAsJSValue()444 … ASSERT(isInt32Constant(nodeIndex) || isDoubleConstant(nodeIndex) || isJSConstant(nodeIndex)); in initConstantInfo()
96 ASSERT(isJSConstant(nodeIndex)); in fillToJS()
331 bool isJSConstant(NodeIndex index) in isJSConstant() function in JSC::DFG::ByteCodeParser349 ASSERT(isJSConstant(index)); in valueOfJSConstant()