Searched refs:toJSSequence (Results 1 – 5 of 5) sorted by relevance
71 JSObject* object = toJSSequence(exec, value, length); in fillMessagePortArray()
442 JSC::JSObject* toJSSequence(ExecState* exec, JSValue value, unsigned& length) in toJSSequence() function
278 JSC::JSObject* toJSSequence(JSC::ExecState*, JSC::JSValue, unsigned&);
62964 …Added new toJSSequence() API which validates that a JSValue meets the WebIDL criteria for a sequen…62978 (WebCore::toJSSequence):62979 Added toJSSequence() API to do validation on sequence-like objects per WebIDL.
127496 (WebCore::toJSSequence):