Home
last modified time | relevance | path

Searched defs:cachedData (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-vm-createcacheddata.js11 let cachedData = script.createCachedData(); variable
14 assert(!new Script(source, { cachedData }).cachedDataRejected); field
21 assert(!new Script(source, { cachedData }).cachedDataRejected); field
Dtest-vm-module-cached-data.js12 const cachedData = m.createCachedData(); constant
14 new SourceTextModule('const a = 1', { cachedData }); field
17 new SourceTextModule('differentSource', { cachedData }); field
Dtest-vm-cached-data.js47 cachedData field
69 cachedData: data property
82 cachedData: data property
91 cachedData: 'ohai' property
Dtest-vm-basic.js181 'cachedData': 'Buffer, TypedArray, or DataView', property
338 cachedData: result.cachedData property
343 cachedData: result.cachedData property
Dtest-vm-options-validation.js59 new vm.Script('void 0', { cachedData: value }); property
Dtest-vm-module-errors.js232 () => new SourceTextModule('import "foo";', { cachedData: invalidArg }), property
/third_party/node/lib/internal/vm/
Dmodule.js297 cachedData, property
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp552 const SkData& cachedData) { in PrecompileProgram()
/third_party/skia/src/image/
DSkImage_Lazy.cpp307 auto cachedData = static_cast<SkCachedData*>(data); in textureProxyViewFromPlanes() local