Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8734255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:48:21+00:00 2026-06-13T09:48:21+00:00

Suppose I have some javascript code like this: function Person(){} var pro=Person.prototype; pro[setName]=function(){} pro[setAge]=function(){}

  • 0

Suppose I have some javascript code like this:

function Person(){}
var pro=Person.prototype;
pro["setName"]=function(){}
pro["setAge"]=function(){}

....

Now,I will use the closure compiler to minify the source codes.

However,since Closure Compiler compilation never changes string literals,so I want to replace the myself.

So before compile the codes,I want to replace the string literals like this:

var a="setName",b="setAge";
function Person(){}
var pro=Person.prototype;
pro[a]=function(){}
pro[b]=function(){}

I want to use ruby to do this job,then I have two questions:

  • 1)how to do the replacement?

I tried scan the files line by line,but how to find the string literals and do the replacement?

  • 2)code conflict

Since I have to generate the variables like ‘a,b’,how to make sure that they are not conflict with my source codes? For example,I generate code like this:

var something="setName";

then how about if there is a varible or function named “something” defined in my source code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:48:22+00:00Added an answer on June 13, 2026 at 9:48 am

    If for some reason you are concerned about raw JS size instead of compressed JS (most people should only worry about compressed size). Perhaps you should consider enabling the “alias all strings” compiler options (available in the Closure Compiler’s Java API)?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have a Javascript file function js_main(args){ /* some code */ var x
Say I have some code like this function Chart(start, end, controller, method, chart) {
Suppose you have some complex JSON like: {A : valA, B : { C
suppose I have this string: some striinnngggg <a href=something/some_number>linkk</a> soooo <a href=someotherthing/not_number>asdfsadf</a> I want
I have some not understanding actions from gnu clisp Suppose, I have some code
first some code: I have many elements like that: <section class=item> <div class=caption> </div>
I have my datepicker set up like this $(#scheduled_date_163).datepicker({ onSelect: function(dateText, inst) { jQuery.get(/tasks/inplace_edit?id=scheduled_date_163&class_name=Task&value=
Suppose I have this code: { "type" : "home", "number":"212 555-1234" } I want
I have a very simple tab switching code. Basically HTML looks like this: <ul
I have an array in my javascript function having string values like 1,2,3,4... etc.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.