Exemple #1
0
int CJS_Value::ToInt() const {
  return JS_ToInt32(m_isolate, m_pValue);
}
Exemple #2
0
CJS_Value::operator int() const
{

	return JS_ToInt32(m_pValue);

}