Searched refs:hasWritable (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | v8natives.js | 350 return desc.hasValue() || desc.hasWritable(); 392 if (desc.hasWritable()) { 462 if (!desc.hasWritable()) desc.setWritable(false); 710 (!desc.hasWritable() || 810 if (desc.hasWritable()) {
|
D | objects.cc | 3485 Handle<Object> hasWritable = in SetPropertyViaPrototypesWithHandler() local 3487 DCHECK(hasWritable->IsBoolean()); in SetPropertyViaPrototypesWithHandler() 3488 if (hasWritable->IsTrue()) { in SetPropertyViaPrototypesWithHandler()
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | v8.log | 1515 code-creation,CallIC,7,0x42433720,131,"hasWritable" 3656 code-creation,CallIC,7,0x4f00fe80,131,"hasWritable" 5580 code-creation,CallIC,7,0x4f043020,131,"hasWritable" 5862 code-creation,CallIC,7,0x4f0499c0,131,"hasWritable" 6077 code-creation,CallIC,7,0x4f050500,131,"hasWritable" 6278 code-creation,CallIC,7,0x4f0566e0,131,"hasWritable" 6475 code-creation,CallIC,7,0x4f05d360,131,"hasWritable" 6653 code-creation,CallIC,7,0x4f062800,131,"hasWritable" 6924 code-creation,CallIC,7,0x4f068620,131,"hasWritable" 7645 code-creation,CallIC,7,0x4f07e520,131,"hasWritable" [all …]
|