Searched defs:Native (Results 1 - 4 of 4) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js24 var Native = function(options){ function
36 object.constructor = Native;
44 Native.typize(object, family);
49 if (generics) Native.genericize(obj, name, protect);
73 Native.genericize = function(object, property, check){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family){
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object};
95 for (var t in types) Native
[all...]
/external/v8/src/
H A Dd8.js94 Debug.ScriptType = { Native: 0,
934 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
944 ScriptTypeFlag(Debug.ScriptType.Native) |
2227 if (body[i].type == Debug.ScriptType.Native) {
H A Ddebug-debugger.js59 Debug.ScriptType = { Native: 0,
647 if (script.type == Debug.ScriptType.Native) {
/external/clang/lib/CodeGen/
H A DCGObjC.cpp543 Native, enumerator in enum:__anon51::PropertyImplStrategy::StrategyKind
707 Kind = Native;
812 case PropertyImplStrategy::Native: {
1075 case PropertyImplStrategy::Native: {

Completed in 273 milliseconds