Home
last modified time | relevance | path

Searched refs:createFunction (Results 1 – 20 of 20) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies-function.js35 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 …]
Dproxies.js39 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 …]
Dproxies-symbols.js35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
Dproxies-for.js35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
Dproxies-example-membrane.js188 return Proxy.createFunction(handler, callTrap, constructTrap);
348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap);
415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);
Dproxies-hash.js36 return Proxy.createFunction(h, function() {})
Dproxies-json.js53 var proxy_fun = Proxy.createFunction(handler1, function() { return 1; });
Dproxies-with.js35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp214 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/
Dregress-405844.js11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
/external/llvm/include/llvm/IR/
DDIBuilder.h506 createFunction(MDScope *Scope, StringRef Name, StringRef LinkageName,
525 createFunction(DIScopeRef Scope, StringRef Name, StringRef LinkageName,
/external/llvm/unittests/IR/
DIRBuilderTest.cpp299 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/
DDIBuilder.cpp625 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/
DDIBuilderBindings.cpp82 DISubprogram SP = D->createFunction( in LLVMDIBuilderCreateFunction()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp238 DISubprogram Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4, in CreateOldFunctionBodyAndDI()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1232 DISubprogram SP = DBuilder->createFunction( in Codegen()
/external/llvm/docs/tutorial/
DLangImpl8.rst261 DISubprogram SP = DBuilder->createFunction(
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2625 llvm::DISubprogram SP = DBuilder.createFunction( in EmitFunctionStart()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...