/external/v8/test/mjsunit/harmony/ |
D | proxies-function.js | 35 var f = Proxy.createFunction(handler, callTrap, constructTrap) 63 var f = Proxy.createFunction(handler, callTrap) 240 TestCall(false, Proxy.createFunction(handler, function(x, y) { 245 TestCall(true, Proxy.createFunction(handler, function(x, y) { 261 var f = Proxy.createFunction({}, callTrap) 277 var f = Proxy.createFunction({}, callTrap) 305 TestCallThrow(Proxy.createFunction({}, function() { throw "myexn" })) 366 var f = Proxy.createFunction(handler, function() {}, constructTrap) 382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew)) 383 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto)) [all …]
|
D | proxies.js | 39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z) 1055 assertEquals("function", typeof Proxy.createFunction({}, function() {})) 1056 assertTrue(typeof Proxy.createFunction({}, function() {}) == "function") 1057 assertTrue("function" == typeof Proxy.createFunction({}, function() {})) 1509 var f = Proxy.createFunction({}, function() {}) 1525 var f0 = Proxy.createFunction(handler(o0), function() {}) 1526 var f1 = Proxy.createFunction(handler(o1), function() {}) 1527 var f2 = Proxy.createFunction(handler(o2), function() {}) 1528 var f3 = Proxy.createFunction(handler(o3), function() {}) 1529 var f4 = Proxy.createFunction(handler(o4), function() {}) [all …]
|
D | proxies-symbols.js | 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
|
D | proxies-for.js | 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
|
D | proxies-example-membrane.js | 188 return Proxy.createFunction(handler, callTrap, constructTrap); 348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap); 415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);
|
D | proxies-hash.js | 36 return Proxy.createFunction(h, function() {})
|
D | proxies-json.js | 53 var proxy_fun = Proxy.createFunction(handler1, function() { return 1; });
|
D | proxies-with.js | 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 214 llvm::Function *createFunction(llvm::Module &module, in createFunction() function 1141 llvm::Function *ret = createFunction(module, in createCatchWrappedInvokeFunction() 1402 llvm::Function *ret = createFunction(module, in createThrowExceptionFunction() 1754 createFunction(module, in createStandardUtilityFunctions() 1773 createFunction(module, in createStandardUtilityFunctions() 1791 createFunction(module, in createStandardUtilityFunctions() 1809 createFunction(module, in createStandardUtilityFunctions() 1827 createFunction(module, in createStandardUtilityFunctions() 1845 createFunction(module, in createStandardUtilityFunctions() 1863 funct = createFunction(module, in createStandardUtilityFunctions() [all …]
|
/external/v8/test/mjsunit/harmony/regress/ |
D | regress-405844.js | 11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 506 createFunction(MDScope *Scope, StringRef Name, StringRef LinkageName, 525 createFunction(DIScopeRef Scope, StringRef Name, StringRef LinkageName,
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 299 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true, F); in TEST_F() 301 auto BarSP = DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1, in TEST_F()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 625 MDSubprogram* DIBuilder::createFunction(DIScopeRef Context, StringRef Name, in createFunction() function in DIBuilder 635 return createFunction(Context.resolve(EmptyMap), Name, LinkageName, File, in createFunction() 640 MDSubprogram* DIBuilder::createFunction(MDScope * Context, StringRef Name, in createFunction() function in DIBuilder
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 82 DISubprogram SP = D->createFunction( in LLVMDIBuilderCreateFunction()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 238 DISubprogram Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4, in CreateOldFunctionBodyAndDI()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 1232 DISubprogram SP = DBuilder->createFunction( in Codegen()
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 261 DISubprogram SP = DBuilder->createFunction(
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2625 llvm::DISubprogram SP = DBuilder.createFunction( in EmitFunctionStart()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |