Home
last modified time | relevance | path

Searched defs:contextExtensions (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-vm-basic.js230 { contextExtensions: [{ a: 5 }] } property
236 vm.compileFunction('', undefined, { contextExtensions: null }); property
245 vm.compileFunction('', undefined, { contextExtensions: [0] }); property
/third_party/node/lib/internal/
Dvm.js74 cachedData, produceCachedData, parsingContext, contextExtensions, argument