Home
last modified time | relevance | path

Searched refs:ObjectLiteral (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DObjectLiteral.java33 public class ObjectLiteral extends AstNode implements DestructuringForm { class
45 public ObjectLiteral() { in ObjectLiteral() method in ObjectLiteral
48 public ObjectLiteral(int pos) { in ObjectLiteral() method in ObjectLiteral
52 public ObjectLiteral(int pos, int len) { in ObjectLiteral() method in ObjectLiteral
H A DNewExpression.java24 private ObjectLiteral initializer;
46 public ObjectLiteral getInitializer() { in getInitializer()
59 public void setInitializer(ObjectLiteral initializer) { in setInitializer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast.cc323 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue()
334 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore()
335 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore()
336 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore()
343 ObjectLiteral::Property* property = properties()->at(i); in CalculateEmitStore()
383 void ObjectLiteral::InitFlagsForPendingNullPrototype(int i) { in InitFlagsForPendingNullPrototype()
393 int ObjectLiteral::InitDepthAndFlags() { in InitDepthAndFlags()
403 ObjectLiteral::Property* property = properties()->at(i); in InitDepthAndFlags()
468 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
486 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
[all …]
H A Dprettyprinter.cc267 void CallPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
309 ObjectLiteral* target = node->target()->AsObjectLiteral(); in VisitAssignment()
1176 void AstPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
1184 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties()
1187 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties()
1190 case ObjectLiteral::Property::COMPUTED: in PrintObjectProperties()
1193 case ObjectLiteral::Property::MATERIALIZED_LITERAL: in PrintObjectProperties()
1196 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
1199 case ObjectLiteral::Property::GETTER: in PrintObjectProperties()
1202 case ObjectLiteral::Property::SETTER: in PrintObjectProperties()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast.cc316 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue()
327 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore()
328 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore()
329 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore()
335 ObjectLiteral::Property* property = properties()->at(i); in CalculateEmitStore()
375 void ObjectLiteral::InitFlagsForPendingNullPrototype(int i) { in InitFlagsForPendingNullPrototype()
385 int ObjectLiteral::InitDepthAndFlags() { in InitDepthAndFlags()
395 ObjectLiteral::Property* property = properties()->at(i); in InitDepthAndFlags()
460 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
478 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
[all …]
H A Dprettyprinter.cc268 void CallPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
310 ObjectLiteral* target = node->target()->AsObjectLiteral(); in VisitAssignment()
1178 void AstPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
1186 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties()
1189 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties()
1192 case ObjectLiteral::Property::COMPUTED: in PrintObjectProperties()
1195 case ObjectLiteral::Property::MATERIALIZED_LITERAL: in PrintObjectProperties()
1198 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
1201 case ObjectLiteral::Property::GETTER: in PrintObjectProperties()
1204 case ObjectLiteral::Property::SETTER: in PrintObjectProperties()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast.cc309 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue()
320 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore()
321 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore()
322 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore()
328 ObjectLiteral::Property* property = properties()->at(i); in CalculateEmitStore()
368 void ObjectLiteral::InitFlagsForPendingNullPrototype(int i) { in InitFlagsForPendingNullPrototype()
378 int ObjectLiteral::InitDepthAndFlags() { in InitDepthAndFlags()
388 ObjectLiteral::Property* property = properties()->at(i); in InitDepthAndFlags()
453 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
471 ObjectLiteral::Property* property = properties()->at(i); in BuildBoilerplateDescription()
[all …]
H A Dprettyprinter.cc286 void CallPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
328 ObjectLiteral* target = node->target()->AsObjectLiteral(); in VisitAssignment()
1202 void AstPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
1210 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties()
1213 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties()
1216 case ObjectLiteral::Property::COMPUTED: in PrintObjectProperties()
1219 case ObjectLiteral::Property::MATERIALIZED_LITERAL: in PrintObjectProperties()
1222 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
1225 case ObjectLiteral::Property::GETTER: in PrintObjectProperties()
1228 case ObjectLiteral::Property::SETTER: in PrintObjectProperties()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast.cc335 bool ObjectLiteral::Property::IsCompileTimeValue() const { in IsCompileTimeValue()
348 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore()
349 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore()
350 const auto SETTER = ObjectLiteral::Property::SETTER; in CalculateEmitStore()
357 ObjectLiteral::Property* property = properties()->at(i); in CalculateEmitStore()
379 void ObjectLiteral::InitFlagsForPendingNullPrototype(int i) { in InitFlagsForPendingNullPrototype()
389 int ObjectLiteral::InitDepthAndFlags() { in InitDepthAndFlags()
399 ObjectLiteral::Property* property = properties()->at(i); in InitDepthAndFlags()
463 ObjectLiteral::Property* property = properties()->at(i); in BuildConstantProperties()
486 ObjectLiteral::Property* property = properties()->at(i); in BuildConstantProperties()
[all …]
H A Dprettyprinter.cc244 void CallPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
1111 void AstPrinter::VisitObjectLiteral(ObjectLiteral* node) { in VisitObjectLiteral()
1117 ZonePtrList<ObjectLiteral::Property>* properties) { in PrintObjectProperties()
1119 ObjectLiteral::Property* property = properties->at(i); in PrintObjectProperties()
1122 case ObjectLiteral::Property::CONSTANT: in PrintObjectProperties()
1125 case ObjectLiteral::Property::COMPUTED: in PrintObjectProperties()
1128 case ObjectLiteral::Property::MATERIALIZED_LITERAL: in PrintObjectProperties()
1131 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
1134 case ObjectLiteral::Property::GETTER: in PrintObjectProperties()
1137 case ObjectLiteral::Property::SETTER: in PrintObjectProperties()
[all …]
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DParserTest.java640 ObjectLiteral objectLiteral = in testObjectLitLocation()
641 (ObjectLiteral) firstInitializer.getInitializer(); in testObjectLitLocation()
904 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment5()
916 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment6()
929 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment7()
941 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment8()
953 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment9()
965 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment10()
977 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment11()
989 ObjectLiteral lit = (ObjectLiteral) pt.getExpression(); in testJSDocAttachment12()
[all …]
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CoreImp/
H A DAST.hs63 | ObjectLiteral (Maybe SourceSpan) [(PSString, AST)] constructor
110 go (ObjectLiteral _ js) = ObjectLiteral ss js
137 go (ObjectLiteral ss _) = ss
161 go (ObjectLiteral ss js) = f (ObjectLiteral ss (map (fmap go) js))
187 go (ObjectLiteral ss js) = ObjectLiteral ss <$> traverse (sndM f') js
209 go j@(ObjectLiteral _ js) = foldl (<>.) (f j) (map (go . snd) js)
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Linter/
H A DExhaustive.hs126 missingCasesSingle env mn NullBinder (LiteralBinder ss (ObjectLiteral bs)) =
127 (map (LiteralBinder ss . ObjectLiteral . zip (map fst bs)) allMisses, pr)
130 missingCasesSingle env mn (LiteralBinder _ (ObjectLiteral bs)) (LiteralBinder ss (ObjectLiteral bs'…
131 (map (LiteralBinder ss . ObjectLiteral . zip sortedNames) allMisses, pr)
340 …onExpr _ (Literal ss (ObjectLiteral es)) = Literal ss . ObjectLiteral <$> mapM (sndM (onExpr ss)) …
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CoreFn/
H A DTraversals.hs44 handleLiteral i (ObjectLiteral ls) = ObjectLiteral (map (fmap i) ls)
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/javascript/
H A Dbeautifier.py86 BlockStatement, Statement, ObjectLiteral, ArrayLiteral, \ variable in MODE
404 … return self._flags.parent.mode == MODE.ObjectLiteral and self._flags.mode == MODE.Statement and (
430 self._flags.mode == MODE.ObjectLiteral and (
530 elif self._flags.mode == MODE.ObjectLiteral:
550 self._flags.mode == MODE.ObjectLiteral and self._last_last_text in [
635 self.set_mode(MODE.ObjectLiteral)
648 self.set_mode(MODE.ObjectLiteral)
743 'set', 'get'] and self._flags.mode != MODE.ObjectLiteral:
749 elif self._flags.mode == MODE.ObjectLiteral:
873 (self._flags.mode == MODE.ObjectLiteral and self._last_last_text in ['{', ',']))):
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/AST/
H A DLiterals.hs37 | ObjectLiteral [(PSString, a)] constructor
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/ast/
H A DREADME.markdown679 #### type ObjectLiteral
682 type ObjectLiteral struct {
690 #### func (*ObjectLiteral) Idx0
693 func (self *ObjectLiteral) Idx0() file.Idx
696 #### func (*ObjectLiteral) Idx1
699 func (self *ObjectLiteral) Idx1() file.Idx
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/ast/
H A DREADME.markdown679 #### type ObjectLiteral
682 type ObjectLiteral struct {
690 #### func (*ObjectLiteral) Idx0
693 func (self *ObjectLiteral) Idx0() file.Idx
696 #### func (*ObjectLiteral) Idx1
699 func (self *ObjectLiteral) Idx1() file.Idx
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/ast/
H A DREADME.markdown679 #### type ObjectLiteral
682 type ObjectLiteral struct {
690 #### func (*ObjectLiteral) Idx0
693 func (self *ObjectLiteral) Idx0() file.Idx
696 #### func (*ObjectLiteral) Idx1
699 func (self *ObjectLiteral) Idx1() file.Idx
H A Dnode.go124 ObjectLiteral struct { struct
193 func (*ObjectLiteral) _expressionNode() {} argument
409 func (self *ObjectLiteral) Idx0() file.Idx { return self.LeftBrace } argument
457 func (self *ObjectLiteral) Idx1() file.Idx { return self.RightBrace } argument
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A DREADME.markdown679 #### type ObjectLiteral
682 type ObjectLiteral struct {
690 #### func (*ObjectLiteral) Idx0
693 func (self *ObjectLiteral) Idx0() file.Idx
696 #### func (*ObjectLiteral) Idx1
699 func (self *ObjectLiteral) Idx1() file.Idx
H A Dnode.go128 ObjectLiteral struct { struct
199 func (*ObjectLiteral) _expressionNode() {} argument
421 func (self *ObjectLiteral) Idx0() file.Idx { return self.LeftBrace } argument
471 func (self *ObjectLiteral) Idx1() file.Idx { return self.RightBrace } argument
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A DREADME.markdown679 #### type ObjectLiteral
682 type ObjectLiteral struct {
690 #### func (*ObjectLiteral) Idx0
693 func (self *ObjectLiteral) Idx0() file.Idx
696 #### func (*ObjectLiteral) Idx1
699 func (self *ObjectLiteral) Idx1() file.Idx
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CoreImp/Optimizer/
H A DMagicDo.hs60 …k s1 [ While s1 (Unary s1 Not (App s1 arg [])) (Block s1 []), Return s1 $ ObjectLiteral s1 []])) []
63 …s1 [ While s1 (App s1 arg1 []) (Block s1 [ App s1 arg2 [] ]), Return s1 $ ObjectLiteral s1 []])) []
119 …Function s1 Nothing [] (Block s1 [Return s1 $ if agg then arg else ObjectLiteral s1 [(mkString C.s…
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dparser.h124 typedef ObjectLiteral::Property* ObjectLiteralProperty;
129 typedef ZonePtrList<ObjectLiteral::Property>* ObjectPropertyList;
390 ObjectLiteral* InitializeObjectLiteral(ObjectLiteral* object_literal) {
432 Statement* BuildAssertIsCoercible(Variable* var, ObjectLiteral* pattern);
616 ObjectLiteral::Property* property) {
870 V8_INLINE ZonePtrList<ObjectLiteral::Property>* NewObjectPropertyList(
872 return new (zone()) ZonePtrList<ObjectLiteral::Property>(size, zone());

12345678910>>...12