Home | History | Annotate | Download | only in bytecode

Lines Matching full:constantname

71 static CString constantName(ExecState* exec, int k, JSValue value)
87 return constantName(exec, r, getConstant(r));
1093 printf("[%4d] new_error\t %s, %d, %s\n", location, registerName(exec, r0).c_str(), errorType, constantName(exec, k0, getConstant(k0)).c_str());