Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
31 // A LiveEdit namespace. It contains functions that modifies JavaScript code
39 // version of the script) it remains unchanged, but the code that could
140 // Collect shared infos for functions whose code need to be patched.
305 // Replaces function's Code.
313 // The function got a new code. However, this new code brings all new
512 // The code of a function remains unchanged, but something happened inside
515 // The code of a function is changed or some nested function cannot be
540 // in UI, we use 'pure' level for actual code manipulation.
542 // textually correspond), but we cannot patch the code, so we see them
824 this.code = raw_array[4];
951 FunctionPatchabilityStatus.SymbolName = function(code) {
954 if (enum[name] == code) {