代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/438925/1821211
js dom_notifiers.runtime.js
var notifier = NjsRuntime.createDomNotifier();
function test_retval() {
var x = notifier.wait->();
trace(x);
}
test_retval();
test_retval();
test_retval();
notifier.action = notifier.notifyOne;
no
www.eeworm.com/read/438925/1821212
js simple_call.runtime.js
function foo() {
trace("before");
var x = "assigned val";
var y = bar->("first", "second");
trace(y);
trace(x);
}
function bar(arg1, arg2) {
trace(arguments.length);
trace(arg1);
trace(arg2);
www.eeworm.com/read/438925/1821214
js notifiers_with_exceptions.runtime.js
var notifier = NjsRuntime.createNotifier();
function test_notification() {
trace(1);
notifier.wait->();
trace(2);
notifier.wait->();
trace(3);
try {
var x = notifier.wait->();
trace(x); // s
www.eeworm.com/read/436911/1840771
svn-base runtime.js.svn-base
// Copyright 2006-2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following con
www.eeworm.com/read/436911/1840793
svn-base runtime.cc.svn-base
// Copyright 2006-2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following con
www.eeworm.com/read/436911/1840840
svn-base runtime.h.svn-base
// Copyright 2006-2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following con
www.eeworm.com/read/402480/2320517
txt help-mpi-runtime.txt
# -*- text -*-
#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All right