| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7480864 commit d8ba520
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -257,15 +257,6 @@ NativeModule.getSource = function(id) { | |||
| 257 | 257 | return NativeModule._source[id]; | |
| 258 | 258 | }; | |
| 259 | 259 | ||
| 260 | - NativeModule.wrap = function(script) { | ||
| 261 | - return NativeModule.wrapper[0] + script + NativeModule.wrapper[1]; | ||
| 262 | - }; | ||
| 263 | - | ||
| 264 | - NativeModule.wrapper = [ | ||
| 265 | - '(function (exports, require, module, process, internalBinding) {', | ||
| 266 | - '\n});' | ||
| 267 | - ]; | ||
| 268 | - | ||
| 269 | 260 | const getOwn = (target, property, receiver) => { | |
| 270 | 261 | return ReflectApply(ObjectHasOwnProperty, target, [property]) ? | |
| 271 | 262 | ReflectGet(target, property, receiver) : | |
| Back | FazBrowse Home | New Git URL |
0 commit comments