Home
last modified time | relevance | path

Searched refs:InterpretObjLiteral (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.h541 JSObject* InterpretObjLiteral(JSContext* cx, const ObjLiteralAtomVector& atoms,
545 inline JSObject* InterpretObjLiteral(JSContext* cx, in InterpretObjLiteral() function
548 return InterpretObjLiteral(cx, atoms, writer.getCode(), writer.getFlags()); in InterpretObjLiteral()
H A DObjLiteral.cpp117 JSObject* InterpretObjLiteral(JSContext* cx, const ObjLiteralAtomVector& atoms, in InterpretObjLiteral() function
H A DBytecodeSection.cpp171 return InterpretObjLiteral(cx, atoms_, writer_); in create()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.cpp226 static JSObject* InterpretObjLiteral( in InterpretObjLiteral() function
239 return InterpretObjLiteral(cx, atomCache, code_, flags_, propertyCount_); in create()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.cpp226 static JSObject* InterpretObjLiteral( in InterpretObjLiteral() function
239 return InterpretObjLiteral(cx, atomCache, code_, flags_, propertyCount_); in create()