OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdentifierName
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
ShadowDOM.js
148
function
isIdentifierName
(name) {
152
return hasEval &&
isIdentifierName
(name) ? new Function("return this.__impl4cf1e782hg__." + name) : function() {
157
return hasEval &&
isIdentifierName
(name) ? new Function("v", "this.__impl4cf1e782hg__." + name + " = v") : function(v) {
162
return hasEval &&
isIdentifierName
(name) ? new Function("return this.__impl4cf1e782hg__." + name + ".apply(this.__impl4cf1e782hg__, arguments)") : function() {
[
all
...]
webcomponents.js
190
function
isIdentifierName
(name) {
194
return hasEval &&
isIdentifierName
(name) ? new Function("return this.__impl4cf1e782hg__." + name) : function() {
199
return hasEval &&
isIdentifierName
(name) ? new Function("v", "this.__impl4cf1e782hg__." + name + " = v") : function(v) {
204
return hasEval &&
isIdentifierName
(name) ? new Function("return this.__impl4cf1e782hg__." + name + ".apply(this.__impl4cf1e782hg__, arguments)") : function() {
[
all
...]
Completed in 97 milliseconds