Searched refs:handleUnbox (Results 1 – 4 of 4) sorted by relevance
367 if (handleUnbox(value) == false) { in convertTo()904 success = handleUnbox(&scriptValue); in handleArrayIndexer()1062 bool SkScriptEngine::handleUnbox(SkScriptValue* scriptValue) { in handleUnbox() function in SkScriptEngine1284 bool success = handleUnbox(&val); in processOp()1295 bool success = handleUnbox(&val); in processOp()
237 bool handleUnbox(SkScriptValue2* scriptValue);
219 bool handleUnbox(SkScriptValue* scriptValue);
343 if (handleUnbox(value) == false) in convertTo()778 success = handleUnbox(&scriptValue); in handleArrayIndexer()886 bool SkScriptEngine2::handleUnbox(SkScriptValue2* scriptValue) { in handleUnbox() function in SkScriptEngine2