Home
last modified time | relevance | path

Searched refs:AST_ObjectProperty (Results 1 – 12 of 12) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dpropmangle.js129 || node instanceof AST_ObjectProperty) {
221 || node instanceof AST_ObjectProperty) {
257 || node instanceof AST_ObjectProperty) {
Dtransform.js212 DEF(AST_ObjectProperty, function(self, tw) {
Doutput.js744 || p instanceof AST_ObjectProperty
1952 AST_ObjectProperty,
Dmozilla-ast.js974 def_to_moz(AST_ObjectProperty, function To_Moz_Property(M) {
Dcompress.js2933 if (parent instanceof AST_ObjectProperty) return node;
3022 if (parent instanceof AST_ObjectProperty) {
3071 if (parent instanceof AST_ObjectProperty) {
5891 def(AST_ObjectProperty, function(compressor) {
6029 def(AST_ObjectProperty, function(compressor) {
6148 def(AST_ObjectProperty, function(scope) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js114 else if (node instanceof AST_ObjectProperty) {
132 else if (node instanceof AST_ObjectProperty) {
Dast.js798 var AST_ObjectProperty = DEFNODE("ObjectProperty", "key value", { variable
816 }, AST_ObjectProperty);
820 }, AST_ObjectProperty);
824 }, AST_ObjectProperty);
Dtransform.js214 _(AST_ObjectProperty, function(self, tw){
Doutput.js599 || p instanceof AST_ObjectProperty // { foo: (1, 2) }.foo ==> 2
1235 AST_ObjectProperty.DEFMETHOD("_print_getter_setter", function(type, output) {
1419 DEFMAP(AST_ObjectProperty, function(self, output){
Dmozilla-ast.js377 def_to_moz(AST_ObjectProperty, function To_Moz_Property(M) {
Dcompress.js1819 def(AST_ObjectProperty, function(compressor){
2397 def(AST_ObjectProperty, function(compressor, first_in_statement){
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js37 else if (node instanceof U2.AST_ObjectProperty) {