Searched defs:cachedData (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-vm-createcacheddata.js | 11 let cachedData = script.createCachedData(); variable 14 assert(!new Script(source, { cachedData }).cachedDataRejected); field 21 assert(!new Script(source, { cachedData }).cachedDataRejected); field
|
D | test-vm-module-cached-data.js | 12 const cachedData = m.createCachedData(); constant 14 new SourceTextModule('const a = 1', { cachedData }); field 17 new SourceTextModule('differentSource', { cachedData }); field
|
D | test-vm-cached-data.js | 47 cachedData field 69 cachedData: data property 82 cachedData: data property 91 cachedData: 'ohai' property
|
D | test-vm-basic.js | 181 'cachedData': 'Buffer, TypedArray, or DataView', property 338 cachedData: result.cachedData property 343 cachedData: result.cachedData property
|
D | test-vm-options-validation.js | 59 new vm.Script('void 0', { cachedData: value }); property
|
D | test-vm-module-errors.js | 232 () => new SourceTextModule('import "foo";', { cachedData: invalidArg }), property
|
/third_party/node/lib/internal/vm/ |
D | module.js | 297 cachedData, property
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 552 const SkData& cachedData) { in PrecompileProgram()
|
/third_party/skia/src/image/ |
D | SkImage_Lazy.cpp | 307 auto cachedData = static_cast<SkCachedData*>(data); in textureProxyViewFromPlanes() local
|