Home
last modified time | relevance | path

Searched refs:InterpretObjLiteralObj (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.cpp118 bool InterpretObjLiteralObj(JSContext* cx, HandlePlainObject obj, in InterpretObjLiteralObj() function
167 static JSObject* InterpretObjLiteralObj( in InterpretObjLiteralObj() function
188 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
193 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()
233 : InterpretObjLiteralObj(cx, atomCache, literalInsns, flags, in InterpretObjLiteral()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.cpp118 bool InterpretObjLiteralObj(JSContext* cx, HandlePlainObject obj, in InterpretObjLiteralObj() function
167 static JSObject* InterpretObjLiteralObj( in InterpretObjLiteralObj() function
188 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
193 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()
233 : InterpretObjLiteralObj(cx, atomCache, literalInsns, flags, in InterpretObjLiteral()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.cpp119 bool InterpretObjLiteralObj(JSContext* cx, HandlePlainObject obj, in InterpretObjLiteralObj() function
168 static JSObject* InterpretObjLiteralObj( in InterpretObjLiteralObj() function
181 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
186 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()
306 InterpretObjLiteralObj(cx, atomCache, code_, flags(), propertyCount_); in create()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.cpp43 static JSObject* InterpretObjLiteralObj( in InterpretObjLiteralObj() function
122 : InterpretObjLiteralObj(cx, atoms, literalInsns, flags); in InterpretObjLiteral()