Home | History | Annotate | Download | only in js

Lines Matching refs:NativeFunction

126 template<NativeFunction nativeFunction, int length>
129 return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), length, propertyName, nativeFunction);